#80362F

Color #80362F Crab Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crab Apple #80362F

Tints of Crab Apple #80362F

Color information

#80362F (or 0x80362F) is unknown color: approx Crab Apple. HEX triplet: 80, 36 and 2F. RGB value is (128,54,47). Sum of RGB (Red+Green+Blue) = 128+54+47=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #80362F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80362F is #7FC9D0. Grayscale: #4B4B4B. Windows color (decimal): -8374737 or 3094144. OLE color: 3094144.

HSL color Cylindrical-coordinate representation of color #80362F: hue angle of 5.19º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80362F is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB1285447-
CMYK00.580.630.50
HSL5.19º46.29%34.31%-
HSV(B)5.19º63.28%50.2%-
XYZ10.737.433.56-
YUV75.33112.02165.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 55.90%
GREEN value IS 54 (21.48% from 255) = 23.58%
BLUE value IS 47 (18.75% from 255) = 20.52%
R=55.90%
G=23.58%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128544700.580.630.505.1946.2934.31
Hex80362F03A3F3252e22
Octal2006657072776255642
Binary100000001101101011110111010111111110010101101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80362F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80362F; }

 p { color: rgb(128,54,47); }

 H1.HeaderClassName
 {
   color: #80362F;
 }
 .AnyTagClassName
 {
   color: #80362F;
 }
</style>
background-color css

<style>
 a { background-color: #80362F; }

 a { background-color: rgb(128,54,47); }

 div.DivClassName
 {
   background-color: #80362F;
 }
 .BgClassName
 {
   background-color: #80362F;
 }
</style>
border-color css

<style>
 span { border-color: #80362F; }

 span { border-color: rgb(128,54,47); }

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