Html Css Color HEX #82312C Crab Apple

📋 copy color: '#82312C'

red 130 ◦ green 49 ◦ blue 44

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

Shades of Crab Apple #82312C

Tints of Crab Apple #82312C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.97%

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

R = 58.3%
G = 21.97%
B = 19.73%

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

#82312C (or 0x82312C) is known color: Crab Apple. HEX triplet: 82, 31 and 2C. RGB value is (130,49,44). Sum of RGB (Red+Green+Blue) = 130+49+44=223 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.30% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 130 - color contains mainly: red. Hex color #82312C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82312C is #7DCED3. Grayscale: #484848. Windows color (decimal): -8244948 or 2896258. OLE color: 2896258.

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

Color convert

RGB 130 49 44 -
CMYK 0 0.62 0.66 0.49
HSL 3.49º 0.49% 0.34% -
HSV(B) 3.49º 0.66% 0.51% -
XYZ 10.76 7.12 3.19 -
YUV 72.65 111.84 168.91 -
System Red Green Blue C M Y K H S L
Decimal 130 49 44 0 0.62 0.66 0.49 3.49 0.49 0.34
Hex 82 31 2C 0 3E 42 31 3 31 22
Octal 202 61 54 0 76 102 61 3 61 42
Binary 10000010 110001 101100 0 111110 1000010 110001 11 110001 100010

Color Harmonies of #82312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82312C

Black with #82312C

Text Example


Text Example

White with #82312C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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