Html Css Color HEX #813429 Crab Apple

📋 copy color: '#813429'

red 129 ◦ green 52 ◦ blue 41

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

Shades of Crab Apple #813429

Tints of Crab Apple #813429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.42%

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

R = 58.11%
G = 23.42%
B = 18.47%

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

#813429 (or 0x813429) is known color: Crab Apple. HEX triplet: 81, 34 and 29. RGB value is (129,52,41). Sum of RGB (Red+Green+Blue) = 129+52+41=222 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.11% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 129 - color contains mainly: red. Hex color #813429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813429 is #7ECBD6. Grayscale: #494949. Windows color (decimal): -8309719 or 2700417. OLE color: 2700417.

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

Color convert

RGB 129 52 41 -
CMYK 0 0.60 0.68 0.49
HSL 7.5º 0.52% 0.33% -
HSV(B) 7.5º 0.68% 0.51% -
XYZ 10.68 7.28 2.94 -
YUV 73.77 109.51 167.39 -
System Red Green Blue C M Y K H S L
Decimal 129 52 41 0 0.60 0.68 0.49 7.5 0.52 0.33
Hex 81 34 29 0 3C 44 31 8 34 21
Octal 201 64 51 0 74 104 61 10 64 41
Binary 10000001 110100 101001 0 111100 1000100 110001 1000 110100 100001

Color Harmonies of #813429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813429

Black with #813429

Text Example


Text Example

White with #813429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813429; }

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

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

background-color css

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

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

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

border-color css

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

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

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