Html Css Color HEX #580900 Red Oxide

📋 copy color: '#580900'

red 88 ◦ green 9 ◦ blue 0

#580900
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #580900

Tints of Red Oxide #580900

RGB

 RED value IS 88 (34.77% from 255) = 90.72%

 GREEN value IS 9 (3.91% from 255) = 9.28%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 90.72%
G = 9.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#580900 (or 0x580900) is known color: Red Oxide. HEX triplet: 58, 09 and 00. RGB value is (88,9,0). Sum of RGB (Red+Green+Blue) = 88+9+0=97 (12% of max value = 765). Red value is 88 (34.77% from 255 or 90.72% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 88 - color contains mainly: red. Hex color #580900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580900 is #A7F6FF. Grayscale: #1F1F1F. Windows color (decimal): -11007744 or 2392. OLE color: 2392.

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

Color convert

RGB 88 9 0 -
CMYK 0 0.90 1 0.65
HSL 6.14º 1% 0.17% -
HSV(B) 6.14º 1% 0.35% -
XYZ 4.12 2.27 0.22 -
YUV 31.6 110.17 168.23 -
System Red Green Blue C M Y K H S L
Decimal 88 9 0 0 0.90 1 0.65 6.14 1 0.17
Hex 58 9 0 0 5A 64 41 6 64 11
Octal 130 11 0 0 132 144 101 6 144 21
Binary 1011000 1001 0 0 1011010 1100100 1000001 110 1100100 10001

Color Harmonies of #580900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580900

Black with #580900

Text Example


Text Example

White with #580900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580900; }

 p { color: rgb(88,9,0); }

 H1.HeaderClassName
 {
   color: #580900;
 }
 .AnyTagClassName
 {
   color: #580900;
 }
</style>

background-color css

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

 a { background-color: rgb(88,9,0); }

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

border-color css

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

 span { border-color: rgb(88,9,0); }

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