#7F3E31

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

Shades of Red Robin #7F3E31

Tints of Red Robin #7F3E31

Color information

#7F3E31 (or 0x7F3E31) is unknown color: approx Red Robin. HEX triplet: 7F, 3E and 31. RGB value is (127,62,49). Sum of RGB (Red+Green+Blue) = 127+62+49=238 (31% of max value = 765). Red value is 127 (50% from 255 or 53.36% from 238); Green value is 62 (24.61% from 255 or 26.05% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3E31 is #80C1CE. Grayscale: #505050. Windows color (decimal): -8438223 or 3227263. OLE color: 3227263.

HSL color Cylindrical-coordinate representation of color #7F3E31: hue angle of 10º 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 #7F3E31 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB1276249-
CMYK00.510.610.50
HSL10º44.32%34.51%-
HSV(B)10º61.42%49.8%-
XYZ11.038.183.9-
YUV79.95110.53161.56-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.36%
GREEN value IS 62 (24.61% from 255) = 26.05%
BLUE value IS 49 (19.53% from 255) = 20.59%
R=53.36%
G=26.05%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127624900.510.610.501044.3234.51
Hex7F3E310333D32a2c23
Octal17776610637562125443
Binary111111111111011000101100111111011100101010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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