Html Css Color HEX #814038 Red Robin

📋 copy color: '#814038'

red 129 ◦ green 64 ◦ blue 56

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

Shades of Red Robin #814038

Tints of Red Robin #814038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.49%

R = 51.81%
G = 25.7%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#814038 (or 0x814038) is known color: 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

RGB 129 64 56 -
CMYK 0 0.50 0.57 0.49
HSL 6.58º 0.39% 0.36% -
HSV(B) 6.58º 0.57% 0.51% -
XYZ 11.6 8.62 4.79 -
YUV 82.52 113.03 161.15 -
System Red Green Blue C M Y K H S L
Decimal 129 64 56 0 0.50 0.57 0.49 6.58 0.39 0.36
Hex 81 40 38 0 32 39 31 7 27 24
Octal 201 100 70 0 62 71 61 7 47 44
Binary 10000001 1000000 111000 0 110010 111001 110001 111 100111 100100

Color Harmonies of #814038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814038

Black with #814038

Text Example


Text Example

White with #814038

Text Example


Text Example

HTML Codes & Css Web 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>