Html Css Color HEX #82322C Crab Apple

📋 copy color: '#82322C'

red 130 ◦ green 50 ◦ blue 44

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

Shades of Crab Apple #82322C

Tints of Crab Apple #82322C

RGB

 RED value IS 130 (51.17% from 255) = 58.04%

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

 BLUE value IS 44 (17.58% from 255) = 19.64%

R = 58.04%
G = 22.32%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#82322C (or 0x82322C) is known color: Crab Apple. HEX triplet: 82, 32 and 2C. RGB value is (130,50,44). Sum of RGB (Red+Green+Blue) = 130+50+44=224 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.04% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 130 - color contains mainly: red. Hex color #82322C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82322C is #7DCDD3. Grayscale: #494949. Windows color (decimal): -8244692 or 2896514. OLE color: 2896514.

HSL color Cylindrical-coordinate representation of color #82322C: hue angle of 4.19º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #82322C is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 50 44 -
CMYK 0 0.62 0.66 0.49
HSL 4.19º 0.49% 0.34% -
HSV(B) 4.19º 0.66% 0.51% -
XYZ 10.8 7.21 3.21 -
YUV 73.24 111.5 168.49 -
System Red Green Blue C M Y K H S L
Decimal 130 50 44 0 0.62 0.66 0.49 4.19 0.49 0.34
Hex 82 32 2C 0 3E 42 31 4 31 22
Octal 202 62 54 0 76 102 61 4 61 42
Binary 10000010 110010 101100 0 111110 1000010 110001 100 110001 100010

Color Harmonies of #82322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82322C

Black with #82322C

Text Example


Text Example

White with #82322C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82322C; }

 p { color: rgb(130,50,44); }

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

background-color css

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

 a { background-color: rgb(130,50,44); }

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

border-color css

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

 span { border-color: rgb(130,50,44); }

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