#7F3C31

Color #7F3C31 Red Robin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Robin #7F3C31

Tints of Red Robin #7F3C31

Color information

#7F3C31 (or 0x7F3C31) is unknown color: approx Red Robin. HEX triplet: 7F, 3C and 31. RGB value is (127,60,49). Sum of RGB (Red+Green+Blue) = 127+60+49=236 (31% of max value = 765). Red value is 127 (50% from 255 or 53.81% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 49 (19.53% from 255 or 20.76% from 236); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3C31 is #80C3CE. Grayscale: #4E4E4E. Windows color (decimal): -8438735 or 3226751. OLE color: 3226751.

HSL color Cylindrical-coordinate representation of color #7F3C31: hue angle of 8.46º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F3C31 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB1276049-
CMYK00.530.610.50
HSL8.46º44.32%34.51%-
HSV(B)8.46º61.42%49.8%-
XYZ10.927.973.87-
YUV78.78111.2162.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 53.81%
GREEN value IS 60 (23.83% from 255) = 25.42%
BLUE value IS 49 (19.53% from 255) = 20.76%
R=53.81%
G=25.42%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127604900.530.610.508.4644.3234.51
Hex7F3C310353D3282c23
Octal17774610657562105443
Binary111111111110011000101101011111011100101000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F3C31; }

 p { color: rgb(127,60,49); }

 H1.HeaderClassName
 {
   color: #7F3C31;
 }
 .AnyTagClassName
 {
   color: #7F3C31;
 }
</style>
background-color css

<style>
 a { background-color: #7F3C31; }

 a { background-color: rgb(127,60,49); }

 div.DivClassName
 {
   background-color: #7F3C31;
 }
 .BgClassName
 {
   background-color: #7F3C31;
 }
</style>
border-color css

<style>
 span { border-color: #7F3C31; }

 span { border-color: rgb(127,60,49); }

 td.TdClassName
 {
   border-color: #7F3C31;
 }
 .TagClassName
 {
   border-color: #7F3C31;
 }
</style>