#580601

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

Shades of Red Oxide #580601

Tints of Red Oxide #580601

Color information

#580601 (or 0x580601) is unknown color: approx Red Oxide. HEX triplet: 58, 06 and 01. RGB value is (88,6,1). Sum of RGB (Red+Green+Blue) = 88+6+1=95 (12% of max value = 765). Red value is 88 (34.77% from 255 or 92.63% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 88 - color contains mainly: red. Hex color #580601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580601 is #A7F9FE. Grayscale: #1E1E1E. Windows color (decimal): -11008511 or 67160. OLE color: 67160.

HSL color Cylindrical-coordinate representation of color #580601: hue angle of 3.45º 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 #580601 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB8861-
CMYK00.930.990.65
HSL3.45º97.75%17.45%-
HSV(B)3.45º98.86%34.51%-
XYZ4.12.210.24-
YUV29.95111.67169.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 92.63%
GREEN value IS 6 (2.73% from 255) = 6.32%
BLUE value IS 1 (0.78% from 255) = 1.05%
R=92.63%
G=6.32%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal886100.930.990.653.4597.7517.45
Hex586105D634136211
Octal130610135143101314221
Binary10110001101010111011100011100000111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580601; }

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

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

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

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

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

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

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

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