#7F4438

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

Shades of Red Robin #7F4438

Tints of Red Robin #7F4438

Color information

#7F4438 (or 0x7F4438) is unknown color: approx Red Robin. HEX triplet: 7F, 44 and 38. RGB value is (127,68,56). Sum of RGB (Red+Green+Blue) = 127+68+56=251 (33% of max value = 765). Red value is 127 (50% from 255 or 50.60% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4438 is #80BBC7. Grayscale: #545454. Windows color (decimal): -8436680 or 3687551. OLE color: 3687551.

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

Color convert

RGB1276856-
CMYK00.460.560.50
HSL10.14º38.8%35.88%-
HSV(B)10.14º55.91%49.8%-
XYZ11.538.934.86-
YUV84.27112.05158.48-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 50.60%
GREEN value IS 68 (26.95% from 255) = 27.09%
BLUE value IS 56 (22.27% from 255) = 22.31%
R=50.60%
G=27.09%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127685600.460.560.5010.1438.835.88
Hex7F443802E3832a2724
Octal177104700567062124744
Binary1111111100010011100001011101110001100101010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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