Html Css Color HEX #814442 Red Robin

📋 copy color: '#814442'

red 129 ◦ green 68 ◦ blue 66

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

Shades of Red Robin #814442

Tints of Red Robin #814442

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.86%

 BLUE value IS 66 (26.17% from 255) = 25.1%

R = 49.05%
G = 25.86%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#814442 (or 0x814442) is known color: Red Robin. HEX triplet: 81, 44 and 42. RGB value is (129,68,66). Sum of RGB (Red+Green+Blue) = 129+68+66=263 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.05% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 129 - color contains mainly: red. Hex color #814442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814442 is #7EBBBD. Grayscale: #565656. Windows color (decimal): -8305598 or 4342913. OLE color: 4342913.

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

Color convert

RGB 129 68 66 -
CMYK 0 0.47 0.49 0.49
HSL 1.9º 0.32% 0.38% -
HSV(B) 1.9º 0.49% 0.51% -
XYZ 12.1 9.19 6.29 -
YUV 86.01 116.71 158.66 -
System Red Green Blue C M Y K H S L
Decimal 129 68 66 0 0.47 0.49 0.49 1.9 0.32 0.38
Hex 81 44 42 0 2F 31 31 2 20 26
Octal 201 104 102 0 57 61 61 2 40 46
Binary 10000001 1000100 1000010 0 101111 110001 110001 10 100000 100110

Color Harmonies of #814442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814442

Black with #814442

Text Example


Text Example

White with #814442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814442; }

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

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

background-color css

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

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

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

border-color css

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

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

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