#80422D

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

Shades of Cumin #80422D

Tints of Cumin #80422D

Color information

#80422D (or 0x80422D) is unknown color: approx Cumin. HEX triplet: 80, 42 and 2D. RGB value is (128,66,45). Sum of RGB (Red+Green+Blue) = 128+66+45=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #80422D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80422D is #7FBDD2. Grayscale: #525252. Windows color (decimal): -8371667 or 2966144. OLE color: 2966144.

HSL color Cylindrical-coordinate representation of color #80422D: hue angle of 15.18º 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 #80422D is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB1286645-
CMYK00.480.650.50
HSL15.18º47.98%33.92%-
HSV(B)15.18º64.84%50.2%-
XYZ11.328.683.56-
YUV82.14107.04160.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.56%
GREEN value IS 66 (26.17% from 255) = 27.62%
BLUE value IS 45 (17.97% from 255) = 18.83%
R=53.56%
G=27.62%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128664500.480.650.5015.1847.9833.92
Hex80422D0304132f3022
Octal2001025506010162176042
Binary100000001000010101101011000010000011100101111110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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