Html Css Color HEX #82392D Crab Apple

📋 copy color: '#82392D'

red 130 ◦ green 57 ◦ blue 45

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

Shades of Crab Apple #82392D

Tints of Crab Apple #82392D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.57%

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

R = 56.03%
G = 24.57%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#82392D (or 0x82392D) is known color: Crab Apple. HEX triplet: 82, 39 and 2D. RGB value is (130,57,45). Sum of RGB (Red+Green+Blue) = 130+57+45=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #82392D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82392D is #7DC6D2. Grayscale: #4D4D4D. Windows color (decimal): -8242899 or 2963842. OLE color: 2963842.

HSL color Cylindrical-coordinate representation of color #82392D: hue angle of 8.47º 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 #82392D is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 57 45 -
CMYK 0 0.56 0.65 0.49
HSL 8.47º 0.49% 0.34% -
HSV(B) 8.47º 0.65% 0.51% -
XYZ 11.14 7.86 3.41 -
YUV 77.46 109.68 165.48 -
System Red Green Blue C M Y K H S L
Decimal 130 57 45 0 0.56 0.65 0.49 8.47 0.49 0.34
Hex 82 39 2D 0 38 41 31 8 31 22
Octal 202 71 55 0 70 101 61 10 61 42
Binary 10000010 111001 101101 0 111000 1000001 110001 1000 110001 100010

Color Harmonies of #82392D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82392D

Black with #82392D

Text Example


Text Example

White with #82392D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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