#7F4241

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

Shades of Red Robin #7F4241

Tints of Red Robin #7F4241

Color information

#7F4241 (or 0x7F4241) is unknown color: approx Red Robin. HEX triplet: 7F, 42 and 41. RGB value is (127,66,65). Sum of RGB (Red+Green+Blue) = 127+66+65=258 (34% of max value = 765). Red value is 127 (50% from 255 or 49.22% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4241 is #80BDBE. Grayscale: #545454. Windows color (decimal): -8437183 or 4276863. OLE color: 4276863.

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

Color convert

RGB1276665-
CMYK00.480.490.50
HSL0.97º32.29%37.65%-
HSV(B)0.97º48.82%49.8%-
XYZ11.658.796.08-
YUV84.12117.21158.58-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 49.22%
GREEN value IS 66 (26.17% from 255) = 25.58%
BLUE value IS 65 (25.78% from 255) = 25.19%
R=49.22%
G=25.58%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127666500.480.490.500.9732.2937.65
Hex7F4241030313212026
Octal177102101060616214046
Binary11111111000010100000101100001100011100101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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