Html Css Color HEX #813329 Crab Apple

📋 copy color: '#813329'

red 129 ◦ green 51 ◦ blue 41

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

Shades of Crab Apple #813329

Tints of Crab Apple #813329

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.08%

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

R = 58.37%
G = 23.08%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#813329 (or 0x813329) is known color: Crab Apple. HEX triplet: 81, 33 and 29. RGB value is (129,51,41). Sum of RGB (Red+Green+Blue) = 129+51+41=221 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.37% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 129 - color contains mainly: red. Hex color #813329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813329 is #7ECCD6. Grayscale: #494949. Windows color (decimal): -8309975 or 2700161. OLE color: 2700161.

HSL color Cylindrical-coordinate representation of color #813329: hue angle of 6.82º 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 #813329 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 51 41 -
CMYK 0 0.60 0.68 0.49
HSL 6.82º 0.52% 0.33% -
HSV(B) 6.82º 0.68% 0.51% -
XYZ 10.64 7.19 2.93 -
YUV 73.18 109.84 167.81 -
System Red Green Blue C M Y K H S L
Decimal 129 51 41 0 0.60 0.68 0.49 6.82 0.52 0.33
Hex 81 33 29 0 3C 44 31 7 34 21
Octal 201 63 51 0 74 104 61 7 64 41
Binary 10000001 110011 101001 0 111100 1000100 110001 111 110100 100001

Color Harmonies of #813329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813329

Black with #813329

Text Example


Text Example

White with #813329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813329; }

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

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

background-color css

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

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

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

border-color css

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

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

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