#7F413E

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

Shades of Red Robin #7F413E

Tints of Red Robin #7F413E

Color information

#7F413E (or 0x7F413E) is unknown color: approx Red Robin. HEX triplet: 7F, 41 and 3E. RGB value is (127,65,62). Sum of RGB (Red+Green+Blue) = 127+65+62=254 (33% of max value = 765). Red value is 127 (50% from 255 or 50% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 127 - color contains mainly: red. Hex color #7F413E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F413E is #80BEC1. Grayscale: #535353. Windows color (decimal): -8437442 or 4079999. OLE color: 4079999.

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

Color convert

RGB1276562-
CMYK00.490.510.50
HSL2.77º34.39%37.06%-
HSV(B)2.77º51.18%49.8%-
XYZ11.518.645.62-
YUV83.2116.04159.24-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 50%
GREEN value IS 65 (25.78% from 255) = 25.59%
BLUE value IS 62 (24.61% from 255) = 24.41%
R=50%
G=25.59%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127656200.490.510.502.7734.3937.06
Hex7F413E031333232225
Octal17710176061636234245
Binary11111111000001111110011000111001111001011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F413E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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