Html Css Color HEX #80332B Crab Apple

📋 copy color: '#80332B'

red 128 ◦ green 51 ◦ blue 43

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

Shades of Crab Apple #80332B

Tints of Crab Apple #80332B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.37%

R = 57.66%
G = 22.97%
B = 19.37%

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

#80332B (or 0x80332B) is known color: Crab Apple. HEX triplet: 80, 33 and 2B. RGB value is (128,51,43). Sum of RGB (Red+Green+Blue) = 128+51+43=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #80332B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80332B is #7FCCD4. Grayscale: #494949. Windows color (decimal): -8375509 or 2831232. OLE color: 2831232.

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

Color convert

RGB 128 51 43 -
CMYK 0 0.60 0.66 0.50
HSL 5.65º 0.5% 0.34% -
HSV(B) 5.65º 0.66% 0.5% -
XYZ 10.52 7.13 3.11 -
YUV 73.11 111.01 167.15 -
System Red Green Blue C M Y K H S L
Decimal 128 51 43 0 0.60 0.66 0.50 5.65 0.5 0.34
Hex 80 33 2B 0 3C 42 32 6 32 22
Octal 200 63 53 0 74 102 62 6 62 42
Binary 10000000 110011 101011 0 111100 1000010 110010 110 110010 100010

Color Harmonies of #80332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80332B

Black with #80332B

Text Example


Text Example

White with #80332B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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