Html Css Color HEX #813229 Crab Apple

📋 copy color: '#813229'

red 129 ◦ green 50 ◦ blue 41

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

Shades of Crab Apple #813229

Tints of Crab Apple #813229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.73%

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

R = 58.64%
G = 22.73%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#813229 (or 0x813229) is known color: Crab Apple. HEX triplet: 81, 32 and 29. RGB value is (129,50,41). Sum of RGB (Red+Green+Blue) = 129+50+41=220 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.64% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 41 (16.41% from 255 or 18.64% from 220); Max value from RGB is 129 - color contains mainly: red. Hex color #813229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813229 is #7ECDD6. Grayscale: #484848. Windows color (decimal): -8310231 or 2699905. OLE color: 2699905.

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

Color convert

RGB 129 50 41 -
CMYK 0 0.61 0.68 0.49
HSL 6.14º 0.52% 0.33% -
HSV(B) 6.14º 0.68% 0.51% -
XYZ 10.59 7.11 2.91 -
YUV 72.6 110.17 168.23 -
System Red Green Blue C M Y K H S L
Decimal 129 50 41 0 0.61 0.68 0.49 6.14 0.52 0.33
Hex 81 32 29 0 3D 44 31 6 34 21
Octal 201 62 51 0 75 104 61 6 64 41
Binary 10000001 110010 101001 0 111101 1000100 110001 110 110100 100001

Color Harmonies of #813229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813229

Black with #813229

Text Example


Text Example

White with #813229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813229; }

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

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

background-color css

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

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

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

border-color css

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

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

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