Html Css Color HEX #80392A Crab Apple

📋 copy color: '#80392A'

red 128 ◦ green 57 ◦ blue 42

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

Shades of Crab Apple #80392A

Tints of Crab Apple #80392A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.5%

R = 56.39%
G = 25.11%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#80392A (or 0x80392A) is known color: Crab Apple. HEX triplet: 80, 39 and 2A. RGB value is (128,57,42). Sum of RGB (Red+Green+Blue) = 128+57+42=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #80392A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80392A is #7FC6D5. Grayscale: #4C4C4C. Windows color (decimal): -8373974 or 2767232. OLE color: 2767232.

HSL color Cylindrical-coordinate representation of color #80392A: hue angle of 10.47º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80392A is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 57 42 -
CMYK 0 0.55 0.67 0.50
HSL 10.47º 0.51% 0.33% -
HSV(B) 10.47º 0.67% 0.5% -
XYZ 10.78 7.68 3.11 -
YUV 76.52 108.52 164.72 -
System Red Green Blue C M Y K H S L
Decimal 128 57 42 0 0.55 0.67 0.50 10.47 0.51 0.33
Hex 80 39 2A 0 37 43 32 A 33 21
Octal 200 71 52 0 67 103 62 12 63 41
Binary 10000000 111001 101010 0 110111 1000011 110010 1010 110011 100001

Color Harmonies of #80392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80392A

Black with #80392A

Text Example


Text Example

White with #80392A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80392A; }

 p { color: rgb(128,57,42); }

 H1.HeaderClassName
 {
   color: #80392A;
 }
 .AnyTagClassName
 {
   color: #80392A;
 }
</style>

background-color css

<style>
 a { background-color: #80392A; }

 a { background-color: rgb(128,57,42); }

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

border-color css

<style>
 span { border-color: #80392A; }

 span { border-color: rgb(128,57,42); }

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