#7F3E34

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

Shades of Red Robin #7F3E34

Tints of Red Robin #7F3E34

Color information

#7F3E34 (or 0x7F3E34) is unknown color: approx Red Robin. HEX triplet: 7F, 3E and 34. RGB value is (127,62,52). Sum of RGB (Red+Green+Blue) = 127+62+52=241 (31% of max value = 765). Red value is 127 (50% from 255 or 52.70% from 241); Green value is 62 (24.61% from 255 or 25.73% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3E34 is #80C1CB. Grayscale: #505050. Windows color (decimal): -8438220 or 3423871. OLE color: 3423871.

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

Color convert

RGB1276252-
CMYK00.510.590.50
HSL41.9%35.1%-
HSV(B)59.06%49.8%-
XYZ11.098.214.25-
YUV80.29112.03161.31-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 52.70%
GREEN value IS 62 (24.61% from 255) = 25.73%
BLUE value IS 52 (20.70% from 255) = 21.58%
R=52.70%
G=25.73%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127625200.510.590.50841.935.1
Hex7F3E340333B3282a23
Octal17776640637362105243
Binary111111111111011010001100111110111100101000101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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