Html Css Color HEX #80382D Crab Apple

📋 copy color: '#80382D'

red 128 ◦ green 56 ◦ blue 45

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

Shades of Crab Apple #80382D

Tints of Crab Apple #80382D

RGB

 RED value IS 128 (50.39% from 255) = 55.9%

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

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

R = 55.9%
G = 24.45%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#80382D (or 0x80382D) is known color: Crab Apple. HEX triplet: 80, 38 and 2D. RGB value is (128,56,45). Sum of RGB (Red+Green+Blue) = 128+56+45=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #80382D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80382D is #7FC7D2. Grayscale: #4C4C4C. Windows color (decimal): -8374227 or 2963584. OLE color: 2963584.

HSL color Cylindrical-coordinate representation of color #80382D: hue angle of 7.95º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80382D is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 56 45 -
CMYK 0 0.56 0.65 0.50
HSL 7.95º 0.48% 0.34% -
HSV(B) 7.95º 0.65% 0.5% -
XYZ 10.79 7.61 3.38 -
YUV 76.27 110.35 164.89 -
System Red Green Blue C M Y K H S L
Decimal 128 56 45 0 0.56 0.65 0.50 7.95 0.48 0.34
Hex 80 38 2D 0 38 41 32 8 30 22
Octal 200 70 55 0 70 101 62 10 60 42
Binary 10000000 111000 101101 0 111000 1000001 110010 1000 110000 100010

Color Harmonies of #80382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80382D

Black with #80382D

Text Example


Text Example

White with #80382D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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