#80412D

Color #80412D Cumin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cumin #80412D

Tints of Cumin #80412D

Color information

#80412D (or 0x80412D) is unknown color: approx Cumin. HEX triplet: 80, 41 and 2D. RGB value is (128,65,45). Sum of RGB (Red+Green+Blue) = 128+65+45=238 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.78% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 128 - color contains mainly: red. Hex color #80412D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80412D is #7FBED2. Grayscale: #515151. Windows color (decimal): -8371923 or 2965888. OLE color: 2965888.

HSL color Cylindrical-coordinate representation of color #80412D: hue angle of 14.46º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80412D is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB1286545-
CMYK00.490.650.50
HSL14.46º47.98%33.92%-
HSV(B)14.46º64.84%50.2%-
XYZ11.278.563.54-
YUV81.56107.37161.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.78%
GREEN value IS 65 (25.78% from 255) = 27.31%
BLUE value IS 45 (17.97% from 255) = 18.91%
R=53.78%
G=27.31%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128654500.490.650.5014.4647.9833.92
Hex80412D0314132e3022
Octal2001015506110162166042
Binary100000001000001101101011000110000011100101110110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80412D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80412D; }

 p { color: rgb(128,65,45); }

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

<style>
 a { background-color: #80412D; }

 a { background-color: rgb(128,65,45); }

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

<style>
 span { border-color: #80412D; }

 span { border-color: rgb(128,65,45); }

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