Html Css Color HEX #813C38 Red Robin

📋 copy color: '#813C38'

red 129 ◦ green 60 ◦ blue 56

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

Shades of Red Robin #813C38

Tints of Red Robin #813C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.86%

R = 52.65%
G = 24.49%
B = 22.86%

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

#813C38 (or 0x813C38) is known color: Red Robin. HEX triplet: 81, 3C and 38. RGB value is (129,60,56). Sum of RGB (Red+Green+Blue) = 129+60+56=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #813C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813C38 is #7EC3C7. Grayscale: #505050. Windows color (decimal): -8307656 or 3685505. OLE color: 3685505.

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

Color convert

RGB 129 60 56 -
CMYK 0 0.53 0.57 0.49
HSL 3.29º 0.39% 0.36% -
HSV(B) 3.29º 0.57% 0.51% -
XYZ 11.38 8.18 4.72 -
YUV 80.18 114.36 162.83 -
System Red Green Blue C M Y K H S L
Decimal 129 60 56 0 0.53 0.57 0.49 3.29 0.39 0.36
Hex 81 3C 38 0 35 39 31 3 27 24
Octal 201 74 70 0 65 71 61 3 47 44
Binary 10000001 111100 111000 0 110101 111001 110001 11 100111 100100

Color Harmonies of #813C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813C38

Black with #813C38

Text Example


Text Example

White with #813C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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