#7F4242

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

Shades of Red Robin #7F4242

Tints of Red Robin #7F4242

Color information

#7F4242 (or 0x7F4242) is unknown color: approx Red Robin. HEX triplet: 7F, 42 and 42. RGB value is (127,66,66). Sum of RGB (Red+Green+Blue) = 127+66+66=259 (34% of max value = 765). Red value is 127 (50% from 255 or 49.03% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4242 is #80BDBD. Grayscale: #545454. Windows color (decimal): -8437182 or 4342399. OLE color: 4342399.

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

Color convert

RGB1276666-
CMYK00.480.480.50
HSL31.61%37.84%-
HSV(B)48.03%49.8%-
XYZ11.688.86.24-
YUV84.24117.71158.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 49.03%
GREEN value IS 66 (26.17% from 255) = 25.48%
BLUE value IS 66 (26.17% from 255) = 25.48%
R=49.03%
G=25.48%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127666600.480.480.50031.6137.84
Hex7F4242030303202026
Octal177102102060606204046
Binary11111111000010100001001100001100001100100100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,66,66); }

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

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

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

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

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

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

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