Html Css Color HEX #80332C Crab Apple

📋 copy color: '#80332C'

red 128 ◦ green 51 ◦ blue 44

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

Shades of Crab Apple #80332C

Tints of Crab Apple #80332C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.87%

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

R = 57.4%
G = 22.87%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#80332C (or 0x80332C) is known color: Crab Apple. HEX triplet: 80, 33 and 2C. RGB value is (128,51,44). Sum of RGB (Red+Green+Blue) = 128+51+44=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #80332C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80332C is #7FCCD3. Grayscale: #494949. Windows color (decimal): -8375508 or 2896768. OLE color: 2896768.

HSL color Cylindrical-coordinate representation of color #80332C: hue angle of 5º 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 #80332C is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 51 44 -
CMYK 0 0.60 0.66 0.50
HSL 0.49% 0.34% -
HSV(B) 0.66% 0.5% -
XYZ 10.54 7.14 3.21 -
YUV 73.23 111.51 167.07 -
System Red Green Blue C M Y K H S L
Decimal 128 51 44 0 0.60 0.66 0.50 5 0.49 0.34
Hex 80 33 2C 0 3C 42 32 5 31 22
Octal 200 63 54 0 74 102 62 5 61 42
Binary 10000000 110011 101100 0 111100 1000010 110010 101 110001 100010

Color Harmonies of #80332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80332C

Black with #80332C

Text Example


Text Example

White with #80332C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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