Html Css Color HEX #813A2B Crab Apple

📋 copy color: '#813A2B'

red 129 ◦ green 58 ◦ blue 43

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

Shades of Crab Apple #813A2B

Tints of Crab Apple #813A2B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.22%

 BLUE value IS 43 (17.19% from 255) = 18.7%

R = 56.09%
G = 25.22%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#813A2B (or 0x813A2B) is known color: Crab Apple. HEX triplet: 81, 3A and 2B. RGB value is (129,58,43). Sum of RGB (Red+Green+Blue) = 129+58+43=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #813A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813A2B is #7EC5D4. Grayscale: #4D4D4D. Windows color (decimal): -8308181 or 2833025. OLE color: 2833025.

HSL color Cylindrical-coordinate representation of color #813A2B: hue angle of 10.47º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #813A2B is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 58 43 -
CMYK 0 0.55 0.67 0.49
HSL 10.47º 0.5% 0.34% -
HSV(B) 10.47º 0.67% 0.51% -
XYZ 11 7.87 3.22 -
YUV 77.52 108.52 164.72 -
System Red Green Blue C M Y K H S L
Decimal 129 58 43 0 0.55 0.67 0.49 10.47 0.5 0.34
Hex 81 3A 2B 0 37 43 31 A 32 22
Octal 201 72 53 0 67 103 61 12 62 42
Binary 10000001 111010 101011 0 110111 1000011 110001 1010 110010 100010

Color Harmonies of #813A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813A2B

Black with #813A2B

Text Example


Text Example

White with #813A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,58,43); }

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

background-color css

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

 a { background-color: rgb(129,58,43); }

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

border-color css

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

 span { border-color: rgb(129,58,43); }

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