Html Css Color HEX #580D09 Red Oxide

📋 copy color: '#580D09'

red 88 ◦ green 13 ◦ blue 9

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

Shades of Red Oxide #580D09

Tints of Red Oxide #580D09

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.82%

 BLUE value IS 9 (3.91% from 255) = 8.18%

R = 80%
G = 11.82%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#580D09 (or 0x580D09) is known color: Red Oxide. HEX triplet: 58, 0D and 09. RGB value is (88,13,9). Sum of RGB (Red+Green+Blue) = 88+13+9=110 (14% of max value = 765). Red value is 88 (34.77% from 255 or 80% from 110); Green value is 13 (5.47% from 255 or 11.82% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 88 - color contains mainly: red. Hex color #580D09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580D09 is #A7F2F6. Grayscale: #232323. Windows color (decimal): -11006711 or 593240. OLE color: 593240.

HSL color Cylindrical-coordinate representation of color #580D09: hue angle of 3.04º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580D09 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 13 9 -
CMYK 0 0.85 0.90 0.65
HSL 3.04º 0.81% 0.19% -
HSV(B) 3.04º 0.9% 0.35% -
XYZ 4.22 2.38 0.5 -
YUV 34.97 113.35 165.83 -
System Red Green Blue C M Y K H S L
Decimal 88 13 9 0 0.85 0.90 0.65 3.04 0.81 0.19
Hex 58 D 9 0 55 5A 41 3 51 13
Octal 130 15 11 0 125 132 101 3 121 23
Binary 1011000 1101 1001 0 1010101 1011010 1000001 11 1010001 10011

Color Harmonies of #580D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580D09

Black with #580D09

Text Example


Text Example

White with #580D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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