Html Css Color HEX #82322D Crab Apple

📋 copy color: '#82322D'

red 130 ◦ green 50 ◦ blue 45

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

Shades of Crab Apple #82322D

Tints of Crab Apple #82322D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20%

R = 57.78%
G = 22.22%
B = 20%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#82322D (or 0x82322D) is known color: Crab Apple. HEX triplet: 82, 32 and 2D. RGB value is (130,50,45). Sum of RGB (Red+Green+Blue) = 130+50+45=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #82322D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82322D is #7DCDD2. Grayscale: #494949. Windows color (decimal): -8244691 or 2962050. OLE color: 2962050.

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

Color convert

RGB 130 50 45 -
CMYK 0 0.62 0.65 0.49
HSL 3.53º 0.49% 0.34% -
HSV(B) 3.53º 0.65% 0.51% -
XYZ 10.82 7.22 3.31 -
YUV 73.35 112 168.41 -
System Red Green Blue C M Y K H S L
Decimal 130 50 45 0 0.62 0.65 0.49 3.53 0.49 0.34
Hex 82 32 2D 0 3E 41 31 4 31 22
Octal 202 62 55 0 76 101 61 4 61 42
Binary 10000010 110010 101101 0 111110 1000001 110001 100 110001 100010

Color Harmonies of #82322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82322D

Black with #82322D

Text Example


Text Example

White with #82322D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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