#814139

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

Shades of Red Robin #814139

Tints of Red Robin #814139

Color information

#814139 (or 0x814139) is unknown color: approx Red Robin. HEX triplet: 81, 41 and 39. RGB value is (129,65,57). Sum of RGB (Red+Green+Blue) = 129+65+57=251 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.39% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 57 (22.66% from 255 or 22.71% from 251); Max value from RGB is 129 - color contains mainly: red. Hex color #814139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814139 is #7EBEC6. Grayscale: #535353. Windows color (decimal): -8306375 or 3752321. OLE color: 3752321.

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

Color convert

RGB1296557-
CMYK00.500.560.49
HSL6.67º38.71%36.47%-
HSV(B)6.67º55.81%50.59%-
XYZ11.688.744.94-
YUV83.22113.2160.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.39%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 57 (22.66% from 255) = 22.71%
R=51.39%
G=25.90%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129655700.500.560.496.6738.7136.47
Hex814139032383172724
Octal20110171062706174744
Binary1000000110000011110010110010111000110001111100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814139; }

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

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

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

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

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

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

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

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