Html Css Color HEX #80382C Crab Apple

📋 copy color: '#80382C'

red 128 ◦ green 56 ◦ blue 44

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

Shades of Crab Apple #80382C

Tints of Crab Apple #80382C

RGB

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

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

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

R = 56.14%
G = 24.56%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#80382C (or 0x80382C) is known color: Crab Apple. HEX triplet: 80, 38 and 2C. RGB value is (128,56,44). Sum of RGB (Red+Green+Blue) = 128+56+44=228 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.14% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 128 - color contains mainly: red. Hex color #80382C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80382C is #7FC7D3. Grayscale: #4C4C4C. Windows color (decimal): -8374228 or 2898048. OLE color: 2898048.

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

Color convert

RGB 128 56 44 -
CMYK 0 0.56 0.66 0.50
HSL 8.57º 0.49% 0.34% -
HSV(B) 8.57º 0.66% 0.5% -
XYZ 10.77 7.6 3.28 -
YUV 76.16 109.85 164.98 -
System Red Green Blue C M Y K H S L
Decimal 128 56 44 0 0.56 0.66 0.50 8.57 0.49 0.34
Hex 80 38 2C 0 38 42 32 9 31 22
Octal 200 70 54 0 70 102 62 11 61 42
Binary 10000000 111000 101100 0 111000 1000010 110010 1001 110001 100010

Color Harmonies of #80382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80382C

Black with #80382C

Text Example


Text Example

White with #80382C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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