Html Css Color HEX #82372A Crab Apple

📋 copy color: '#82372A'

red 130 ◦ green 55 ◦ blue 42

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

Shades of Crab Apple #82372A

Tints of Crab Apple #82372A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.23%

 BLUE value IS 42 (16.8% from 255) = 18.5%

R = 57.27%
G = 24.23%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#82372A (or 0x82372A) is known color: Crab Apple. HEX triplet: 82, 37 and 2A. RGB value is (130,55,42). Sum of RGB (Red+Green+Blue) = 130+55+42=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #82372A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82372A is #7DC8D5. Grayscale: #4C4C4C. Windows color (decimal): -8243414 or 2766722. OLE color: 2766722.

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

Color convert

RGB 130 55 42 -
CMYK 0 0.58 0.68 0.49
HSL 8.86º 0.51% 0.34% -
HSV(B) 8.86º 0.68% 0.51% -
XYZ 10.99 7.65 3.09 -
YUV 75.94 108.85 166.56 -
System Red Green Blue C M Y K H S L
Decimal 130 55 42 0 0.58 0.68 0.49 8.86 0.51 0.34
Hex 82 37 2A 0 3A 44 31 9 33 22
Octal 202 67 52 0 72 104 61 11 63 42
Binary 10000010 110111 101010 0 111010 1000100 110001 1001 110011 100010

Color Harmonies of #82372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82372A

Black with #82372A

Text Example


Text Example

White with #82372A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82372A; }

 p { color: rgb(130,55,42); }

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

background-color css

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

 a { background-color: rgb(130,55,42); }

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

border-color css

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

 span { border-color: rgb(130,55,42); }

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