Html Css Color HEX #814039 Red Robin

📋 copy color: '#814039'

red 129 ◦ green 64 ◦ blue 57

#814039
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Robin #814039

Tints of Red Robin #814039

RGB

 RED value IS 129 (50.78% from 255) = 51.6%

 GREEN value IS 64 (25.39% from 255) = 25.6%

 BLUE value IS 57 (22.66% from 255) = 22.8%

R = 51.6%
G = 25.6%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#814039 (or 0x814039) is known color: Red Robin. HEX triplet: 81, 40 and 39. RGB value is (129,64,57). Sum of RGB (Red+Green+Blue) = 129+64+57=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #814039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814039 is #7EBFC6. Grayscale: #525252. Windows color (decimal): -8306631 or 3752065. OLE color: 3752065.

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

Color convert

RGB 129 64 57 -
CMYK 0 0.50 0.56 0.49
HSL 5.83º 0.39% 0.36% -
HSV(B) 5.83º 0.56% 0.51% -
XYZ 11.63 8.63 4.92 -
YUV 82.64 113.53 161.07 -
System Red Green Blue C M Y K H S L
Decimal 129 64 57 0 0.50 0.56 0.49 5.83 0.39 0.36
Hex 81 40 39 0 32 38 31 6 27 24
Octal 201 100 71 0 62 70 61 6 47 44
Binary 10000001 1000000 111001 0 110010 111000 110001 110 100111 100100

Color Harmonies of #814039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814039

Black with #814039

Text Example


Text Example

White with #814039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814039; }

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

 H1.HeaderClassName
 {
   color: #814039;
 }
 .AnyTagClassName
 {
   color: #814039;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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