Html Css Color HEX #814237 Red Robin

📋 copy color: '#814237'

red 129 ◦ green 66 ◦ blue 55

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

Shades of Red Robin #814237

Tints of Red Robin #814237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22%

R = 51.6%
G = 26.4%
B = 22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#814237 (or 0x814237) is known color: Red Robin. HEX triplet: 81, 42 and 37. RGB value is (129,66,55). Sum of RGB (Red+Green+Blue) = 129+66+55=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #814237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814237 is #7EBDC8. Grayscale: #535353. Windows color (decimal): -8306121 or 3621505. OLE color: 3621505.

HSL color Cylindrical-coordinate representation of color #814237: hue angle of 8.92º degrees, saturation: 0.4, 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 #814237 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 66 55 -
CMYK 0 0.49 0.57 0.49
HSL 8.92º 0.4% 0.36% -
HSV(B) 8.92º 0.57% 0.51% -
XYZ 11.69 8.84 4.7 -
YUV 83.58 111.87 160.39 -
System Red Green Blue C M Y K H S L
Decimal 129 66 55 0 0.49 0.57 0.49 8.92 0.4 0.36
Hex 81 42 37 0 31 39 31 9 28 24
Octal 201 102 67 0 61 71 61 11 50 44
Binary 10000001 1000010 110111 0 110001 111001 110001 1001 101000 100100

Color Harmonies of #814237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814237

Black with #814237

Text Example


Text Example

White with #814237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814237; }

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

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

background-color css

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

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

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

border-color css

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

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

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