#581601

Color #581601 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #581601

Tints of Red Oxide #581601

Color information

#581601 (or 0x581601) is unknown color: approx Red Oxide. HEX triplet: 58, 16 and 01. RGB value is (88,22,1). Sum of RGB (Red+Green+Blue) = 88+22+1=111 (14% of max value = 765). Red value is 88 (34.77% from 255 or 79.28% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 88 - color contains mainly: red. Hex color #581601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581601 is #A7E9FE. Grayscale: #272727. Windows color (decimal): -11004415 or 71256. OLE color: 71256.

HSL color Cylindrical-coordinate representation of color #581601: hue angle of 14.48º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #581601 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB88221-
CMYK00.750.990.65
HSL14.48º97.75%17.45%-
HSV(B)14.48º98.86%34.51%-
XYZ4.322.650.31-
YUV39.34106.37162.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 79.28%
GREEN value IS 22 (8.98% from 255) = 19.82%
BLUE value IS 1 (0.78% from 255) = 0.90%
R=79.28%
G=19.82%
B=0.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8822100.750.990.6514.4897.7517.45
Hex5816104B6341e6211
Octal13026101131431011614221
Binary101100010110101001011110001110000011110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581601; }

 p { color: rgb(88,22,1); }

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

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

 a { background-color: rgb(88,22,1); }

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

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

 span { border-color: rgb(88,22,1); }

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