#814038

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

Shades of Red Robin #814038

Tints of Red Robin #814038

Color information

#814038 (or 0x814038) is unknown color: approx Red Robin. HEX triplet: 81, 40 and 38. RGB value is (129,64,56). Sum of RGB (Red+Green+Blue) = 129+64+56=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #814038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814038 is #7EBFC7. Grayscale: #525252. Windows color (decimal): -8306632 or 3686529. OLE color: 3686529.

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

Color convert

RGB1296456-
CMYK00.500.570.49
HSL6.58º39.46%36.27%-
HSV(B)6.58º56.59%50.59%-
XYZ11.68.624.79-
YUV82.52113.03161.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.81%
GREEN value IS 64 (25.39% from 255) = 25.70%
BLUE value IS 56 (22.27% from 255) = 22.49%
R=51.81%
G=25.70%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129645600.500.570.496.5839.4636.27
Hex814038032393172724
Octal20110070062716174744
Binary1000000110000001110000110010111001110001111100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814038; }

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

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

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

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

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

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

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

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