Html Css Color HEX #813C37 Red Robin

📋 copy color: '#813C37'

red 129 ◦ green 60 ◦ blue 55

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

Shades of Red Robin #813C37

Tints of Red Robin #813C37

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.59%

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

R = 52.87%
G = 24.59%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#813C37 (or 0x813C37) is known color: Red Robin. HEX triplet: 81, 3C and 37. RGB value is (129,60,55). Sum of RGB (Red+Green+Blue) = 129+60+55=244 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.87% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 129 - color contains mainly: red. Hex color #813C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813C37 is #7EC3C8. Grayscale: #505050. Windows color (decimal): -8307657 or 3619969. OLE color: 3619969.

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

Color convert

RGB 129 60 55 -
CMYK 0 0.53 0.57 0.49
HSL 4.05º 0.4% 0.36% -
HSV(B) 4.05º 0.57% 0.51% -
XYZ 11.36 8.17 4.59 -
YUV 80.06 113.86 162.91 -
System Red Green Blue C M Y K H S L
Decimal 129 60 55 0 0.53 0.57 0.49 4.05 0.4 0.36
Hex 81 3C 37 0 35 39 31 4 28 24
Octal 201 74 67 0 65 71 61 4 50 44
Binary 10000001 111100 110111 0 110101 111001 110001 100 101000 100100

Color Harmonies of #813C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813C37

Black with #813C37

Text Example


Text Example

White with #813C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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