Html Css Color HEX #814443 Red Robin

📋 copy color: '#814443'

red 129 ◦ green 68 ◦ blue 67

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

Shades of Red Robin #814443

Tints of Red Robin #814443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25.38%

R = 48.86%
G = 25.76%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#814443 (or 0x814443) is known color: Red Robin. HEX triplet: 81, 44 and 43. RGB value is (129,68,67). Sum of RGB (Red+Green+Blue) = 129+68+67=264 (34% of max value = 765). Red value is 129 (50.78% from 255 or 48.86% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 67 (26.56% from 255 or 25.38% from 264); Max value from RGB is 129 - color contains mainly: red. Hex color #814443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814443 is #7EBBBC. Grayscale: #565656. Windows color (decimal): -8305597 or 4408449. OLE color: 4408449.

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

Color convert

RGB 129 68 67 -
CMYK 0 0.47 0.48 0.49
HSL 0.97º 0.32% 0.38% -
HSV(B) 0.97º 0.48% 0.51% -
XYZ 12.13 9.21 6.45 -
YUV 86.13 117.21 158.58 -
System Red Green Blue C M Y K H S L
Decimal 129 68 67 0 0.47 0.48 0.49 0.97 0.32 0.38
Hex 81 44 43 0 2F 30 31 1 20 26
Octal 201 104 103 0 57 60 61 1 40 46
Binary 10000001 1000100 1000011 0 101111 110000 110001 1 100000 100110

Color Harmonies of #814443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814443

Black with #814443

Text Example


Text Example

White with #814443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814443; }

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

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

background-color css

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

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

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

border-color css

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

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

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