#814133

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

Shades of Red Robin #814133

Tints of Red Robin #814133

Color information

#814133 (or 0x814133) is unknown color: approx Red Robin. HEX triplet: 81, 41 and 33. RGB value is (129,65,51). Sum of RGB (Red+Green+Blue) = 129+65+51=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #814133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814133 is #7EBECC. Grayscale: #525252. Windows color (decimal): -8306381 or 3359105. OLE color: 3359105.

HSL color Cylindrical-coordinate representation of color #814133: hue angle of 10.77º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #814133 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB1296551-
CMYK00.500.600.49
HSL10.77º43.33%35.29%-
HSV(B)10.77º60.47%50.59%-
XYZ11.548.694.2-
YUV82.54110.2161.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.65%
GREEN value IS 65 (25.78% from 255) = 26.53%
BLUE value IS 51 (20.31% from 255) = 20.82%
R=52.65%
G=26.53%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129655100.500.600.4910.7743.3335.29
Hex8141330323C31b2b23
Octal201101630627461135343
Binary10000001100000111001101100101111001100011011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814133; }

 p { color: rgb(129,65,51); }

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

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

 a { background-color: rgb(129,65,51); }

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

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

 span { border-color: rgb(129,65,51); }

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