#7F423E

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

Shades of Red Robin #7F423E

Tints of Red Robin #7F423E

Color information

#7F423E (or 0x7F423E) is unknown color: approx Red Robin. HEX triplet: 7F, 42 and 3E. RGB value is (127,66,62). Sum of RGB (Red+Green+Blue) = 127+66+62=255 (33% of max value = 765). Red value is 127 (50% from 255 or 49.80% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 127 - color contains mainly: red. Hex color #7F423E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F423E is #80BDC1. Grayscale: #535353. Windows color (decimal): -8437186 or 4080255. OLE color: 4080255.

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

Color convert

RGB1276662-
CMYK00.480.510.50
HSL3.69º34.39%37.06%-
HSV(B)3.69º51.18%49.8%-
XYZ11.578.765.64-
YUV83.78115.71158.83-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 49.80%
GREEN value IS 66 (26.17% from 255) = 25.88%
BLUE value IS 62 (24.61% from 255) = 24.31%
R=49.80%
G=25.88%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127666200.480.510.503.6934.3937.06
Hex7F423E030333242225
Octal17710276060636244245
Binary111111110000101111100110000110011110010100100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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