#7F4238

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

Shades of Red Robin #7F4238

Tints of Red Robin #7F4238

Color information

#7F4238 (or 0x7F4238) is unknown color: approx Red Robin. HEX triplet: 7F, 42 and 38. RGB value is (127,66,56). Sum of RGB (Red+Green+Blue) = 127+66+56=249 (32% of max value = 765). Red value is 127 (50% from 255 or 51.00% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4238 is #80BDC7. Grayscale: #535353. Windows color (decimal): -8437192 or 3687039. OLE color: 3687039.

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

Color convert

RGB1276656-
CMYK00.480.560.50
HSL8.45º38.8%35.88%-
HSV(B)8.45º55.91%49.8%-
XYZ11.418.694.82-
YUV83.1112.71159.31-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.00%
GREEN value IS 66 (26.17% from 255) = 26.51%
BLUE value IS 56 (22.27% from 255) = 22.49%
R=51.00%
G=26.51%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127665600.480.560.508.4538.835.88
Hex7F4238030383282724
Octal177102700607062104744
Binary1111111100001011100001100001110001100101000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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