Html Css Color HEX #813129 Crab Apple

📋 copy color: '#813129'

red 129 ◦ green 49 ◦ blue 41

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

Shades of Crab Apple #813129

Tints of Crab Apple #813129

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.37%

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

R = 58.9%
G = 22.37%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#813129 (or 0x813129) is known color: Crab Apple. HEX triplet: 81, 31 and 29. RGB value is (129,49,41). Sum of RGB (Red+Green+Blue) = 129+49+41=219 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.90% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 41 (16.41% from 255 or 18.72% from 219); Max value from RGB is 129 - color contains mainly: red. Hex color #813129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813129 is #7ECED6. Grayscale: #484848. Windows color (decimal): -8310487 or 2699649. OLE color: 2699649.

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

Color convert

RGB 129 49 41 -
CMYK 0 0.62 0.68 0.49
HSL 5.45º 0.52% 0.33% -
HSV(B) 5.45º 0.68% 0.51% -
XYZ 10.55 7.02 2.9 -
YUV 72.01 110.5 168.65 -
System Red Green Blue C M Y K H S L
Decimal 129 49 41 0 0.62 0.68 0.49 5.45 0.52 0.33
Hex 81 31 29 0 3E 44 31 5 34 21
Octal 201 61 51 0 76 104 61 5 64 41
Binary 10000001 110001 101001 0 111110 1000100 110001 101 110100 100001

Color Harmonies of #813129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813129

Black with #813129

Text Example


Text Example

White with #813129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813129; }

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

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

background-color css

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

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

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

border-color css

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

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

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