Html Css Color HEX #813C29 Crab Apple

📋 copy color: '#813C29'

red 129 ◦ green 60 ◦ blue 41

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

Shades of Crab Apple #813C29

Tints of Crab Apple #813C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.83%

R = 56.09%
G = 26.09%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#813C29 (or 0x813C29) is known color: Crab Apple. HEX triplet: 81, 3C and 29. RGB value is (129,60,41). Sum of RGB (Red+Green+Blue) = 129+60+41=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 41 (16.41% from 255 or 17.83% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #813C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813C29 is #7EC3D6. Grayscale: #4E4E4E. Windows color (decimal): -8307671 or 2702465. OLE color: 2702465.

HSL color Cylindrical-coordinate representation of color #813C29: hue angle of 12.95º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #813C29 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 60 41 -
CMYK 0 0.53 0.68 0.49
HSL 12.95º 0.52% 0.33% -
HSV(B) 12.95º 0.68% 0.51% -
XYZ 11.07 8.06 3.07 -
YUV 78.47 106.86 164.04 -
System Red Green Blue C M Y K H S L
Decimal 129 60 41 0 0.53 0.68 0.49 12.95 0.52 0.33
Hex 81 3C 29 0 35 44 31 D 34 21
Octal 201 74 51 0 65 104 61 15 64 41
Binary 10000001 111100 101001 0 110101 1000100 110001 1101 110100 100001

Color Harmonies of #813C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813C29

Black with #813C29

Text Example


Text Example

White with #813C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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