#814238

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

Shades of Red Robin #814238

Tints of Red Robin #814238

Color information

#814238 (or 0x814238) is unknown color: approx Red Robin. HEX triplet: 81, 42 and 38. RGB value is (129,66,56). Sum of RGB (Red+Green+Blue) = 129+66+56=251 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.39% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 129 - color contains mainly: red. Hex color #814238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814238 is #7EBDC7. Grayscale: #535353. Windows color (decimal): -8306120 or 3687041. OLE color: 3687041.

HSL color Cylindrical-coordinate representation of color #814238: hue angle of 8.22º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #814238 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB1296656-
CMYK00.490.570.49
HSL8.22º39.46%36.27%-
HSV(B)8.22º56.59%50.59%-
XYZ11.728.854.83-
YUV83.7112.37160.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.39%
GREEN value IS 66 (26.17% from 255) = 26.29%
BLUE value IS 56 (22.27% from 255) = 22.31%
R=51.39%
G=26.29%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129665600.490.570.498.2239.4636.27
Hex814238031393182724
Octal201102700617161104744
Binary10000001100001011100001100011110011100011000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814238; }

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

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

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

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

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

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

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

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