#80382A

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

Shades of Crab Apple #80382A

Tints of Crab Apple #80382A

Color information

#80382A (or 0x80382A) is unknown color: approx Crab Apple. HEX triplet: 80, 38 and 2A. RGB value is (128,56,42). Sum of RGB (Red+Green+Blue) = 128+56+42=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #80382A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80382A is #7FC7D5. Grayscale: #4C4C4C. Windows color (decimal): -8374230 or 2766976. OLE color: 2766976.

HSL color Cylindrical-coordinate representation of color #80382A: hue angle of 9.77º 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 #80382A is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB1285642-
CMYK00.560.670.50
HSL9.77º50.59%33.33%-
HSV(B)9.77º67.19%50.2%-
XYZ10.737.583.09-
YUV75.93108.85165.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 56.64%
GREEN value IS 56 (22.27% from 255) = 24.78%
BLUE value IS 42 (16.80% from 255) = 18.58%
R=56.64%
G=24.78%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128564200.560.670.509.7750.5933.33
Hex80382A0384332a3321
Octal200705207010362126341
Binary10000000111000101010011100010000111100101010110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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