Html Css Color HEX #814240 Red Robin

📋 copy color: '#814240'

red 129 ◦ green 66 ◦ blue 64

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

Shades of Red Robin #814240

Tints of Red Robin #814240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.48%

 BLUE value IS 64 (25.39% from 255) = 24.71%

R = 49.81%
G = 25.48%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#814240 (or 0x814240) is known color: Red Robin. HEX triplet: 81, 42 and 40. RGB value is (129,66,64). Sum of RGB (Red+Green+Blue) = 129+66+64=259 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.81% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 129 - color contains mainly: red. Hex color #814240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814240 is #7EBDBF. Grayscale: #545454. Windows color (decimal): -8306112 or 4211329. OLE color: 4211329.

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

Color convert

RGB 129 66 64 -
CMYK 0 0.49 0.50 0.49
HSL 1.85º 0.34% 0.38% -
HSV(B) 1.85º 0.5% 0.51% -
XYZ 11.93 8.93 5.95 -
YUV 84.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 129 66 64 0 0.49 0.50 0.49 1.85 0.34 0.38
Hex 81 42 40 0 31 32 31 2 22 26
Octal 201 102 100 0 61 62 61 2 42 46
Binary 10000001 1000010 1000000 0 110001 110010 110001 10 100010 100110

Color Harmonies of #814240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814240

Black with #814240

Text Example


Text Example

White with #814240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814240; }

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

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

background-color css

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

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

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

border-color css

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

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

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