Html Css Color HEX #82322B Crab Apple

📋 copy color: '#82322B'

red 130 ◦ green 50 ◦ blue 43

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

Shades of Crab Apple #82322B

Tints of Crab Apple #82322B

RGB

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

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

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

R = 58.3%
G = 22.42%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#82322B (or 0x82322B) is known color: Crab Apple. HEX triplet: 82, 32 and 2B. RGB value is (130,50,43). Sum of RGB (Red+Green+Blue) = 130+50+43=223 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.30% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 130 - color contains mainly: red. Hex color #82322B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82322B is #7DCDD4. Grayscale: #494949. Windows color (decimal): -8244693 or 2830978. OLE color: 2830978.

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

Color convert

RGB 130 50 43 -
CMYK 0 0.62 0.67 0.49
HSL 4.83º 0.5% 0.34% -
HSV(B) 4.83º 0.67% 0.51% -
XYZ 10.78 7.2 3.11 -
YUV 73.12 111 168.57 -
System Red Green Blue C M Y K H S L
Decimal 130 50 43 0 0.62 0.67 0.49 4.83 0.5 0.34
Hex 82 32 2B 0 3E 43 31 5 32 22
Octal 202 62 53 0 76 103 61 5 62 42
Binary 10000010 110010 101011 0 111110 1000011 110001 101 110010 100010

Color Harmonies of #82322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82322B

Black with #82322B

Text Example


Text Example

White with #82322B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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