Html Css Color HEX #813F35 Red Robin

📋 copy color: '#813F35'

red 129 ◦ green 63 ◦ blue 53

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

Shades of Red Robin #813F35

Tints of Red Robin #813F35

RGB

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

 GREEN value IS 63 (25% from 255) = 25.71%

 BLUE value IS 53 (21.09% from 255) = 21.63%

R = 52.65%
G = 25.71%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#813F35 (or 0x813F35) is known color: Red Robin. HEX triplet: 81, 3F and 35. RGB value is (129,63,53). Sum of RGB (Red+Green+Blue) = 129+63+53=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #813F35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813F35 is #7EC0CA. Grayscale: #515151. Windows color (decimal): -8306891 or 3489665. OLE color: 3489665.

HSL color Cylindrical-coordinate representation of color #813F35: hue angle of 7.89º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #813F35 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 63 53 -
CMYK 0 0.51 0.59 0.49
HSL 7.89º 0.42% 0.36% -
HSV(B) 7.89º 0.59% 0.51% -
XYZ 11.47 8.48 4.4 -
YUV 81.59 111.87 161.81 -
System Red Green Blue C M Y K H S L
Decimal 129 63 53 0 0.51 0.59 0.49 7.89 0.42 0.36
Hex 81 3F 35 0 33 3B 31 8 2A 24
Octal 201 77 65 0 63 73 61 10 52 44
Binary 10000001 111111 110101 0 110011 111011 110001 1000 101010 100100

Color Harmonies of #813F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813F35

Black with #813F35

Text Example


Text Example

White with #813F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,63,53); }

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

background-color css

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

 a { background-color: rgb(129,63,53); }

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

border-color css

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

 span { border-color: rgb(129,63,53); }

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