Html Css Color HEX #814340 Red Robin

📋 copy color: '#814340'

red 129 ◦ green 67 ◦ blue 64

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

Shades of Red Robin #814340

Tints of Red Robin #814340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.77%

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

R = 49.62%
G = 25.77%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#814340 (or 0x814340) is known color: Red Robin. HEX triplet: 81, 43 and 40. RGB value is (129,67,64). Sum of RGB (Red+Green+Blue) = 129+67+64=260 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.62% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 129 - color contains mainly: red. Hex color #814340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814340 is #7EBCBF. Grayscale: #555555. Windows color (decimal): -8305856 or 4211585. OLE color: 4211585.

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

Color convert

RGB 129 67 64 -
CMYK 0 0.48 0.50 0.49
HSL 2.77º 0.34% 0.38% -
HSV(B) 2.77º 0.5% 0.51% -
XYZ 11.99 9.05 5.97 -
YUV 85.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 129 67 64 0 0.48 0.50 0.49 2.77 0.34 0.38
Hex 81 43 40 0 30 32 31 3 22 26
Octal 201 103 100 0 60 62 61 3 42 46
Binary 10000001 1000011 1000000 0 110000 110010 110001 11 100010 100110

Color Harmonies of #814340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814340

Black with #814340

Text Example


Text Example

White with #814340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814340; }

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

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

background-color css

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

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

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

border-color css

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

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

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