Html Css Color HEX #82382D Crab Apple

📋 copy color: '#82382D'

red 130 ◦ green 56 ◦ blue 45

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

Shades of Crab Apple #82382D

Tints of Crab Apple #82382D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.24%

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

R = 56.28%
G = 24.24%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#82382D (or 0x82382D) is known color: Crab Apple. HEX triplet: 82, 38 and 2D. RGB value is (130,56,45). Sum of RGB (Red+Green+Blue) = 130+56+45=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #82382D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82382D is #7DC7D2. Grayscale: #4C4C4C. Windows color (decimal): -8243155 or 2963586. OLE color: 2963586.

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

Color convert

RGB 130 56 45 -
CMYK 0 0.57 0.65 0.49
HSL 7.76º 0.49% 0.34% -
HSV(B) 7.76º 0.65% 0.51% -
XYZ 11.09 7.76 3.4 -
YUV 76.87 110.02 165.89 -
System Red Green Blue C M Y K H S L
Decimal 130 56 45 0 0.57 0.65 0.49 7.76 0.49 0.34
Hex 82 38 2D 0 39 41 31 8 31 22
Octal 202 70 55 0 71 101 61 10 61 42
Binary 10000010 111000 101101 0 111001 1000001 110001 1000 110001 100010

Color Harmonies of #82382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82382D

Black with #82382D

Text Example


Text Example

White with #82382D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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