Html Css Color HEX #580E09 Red Oxide

📋 copy color: '#580E09'

red 88 ◦ green 14 ◦ blue 9

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

Shades of Red Oxide #580E09

Tints of Red Oxide #580E09

RGB

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

 GREEN value IS 14 (5.86% from 255) = 12.61%

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

R = 79.28%
G = 12.61%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#580E09 (or 0x580E09) is known color: Red Oxide. HEX triplet: 58, 0E and 09. RGB value is (88,14,9). Sum of RGB (Red+Green+Blue) = 88+14+9=111 (14% of max value = 765). Red value is 88 (34.77% from 255 or 79.28% from 111); Green value is 14 (5.86% from 255 or 12.61% from 111); Blue value is 9 (3.91% from 255 or 8.11% from 111); Max value from RGB is 88 - color contains mainly: red. Hex color #580E09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580E09 is #A7F1F6. Grayscale: #232323. Windows color (decimal): -11006455 or 593496. OLE color: 593496.

HSL color Cylindrical-coordinate representation of color #580E09: hue angle of 3.8º 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 #580E09 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 14 9 -
CMYK 0 0.84 0.90 0.65
HSL 3.8º 0.81% 0.19% -
HSV(B) 3.8º 0.9% 0.35% -
XYZ 4.23 2.41 0.5 -
YUV 35.56 113.02 165.41 -
System Red Green Blue C M Y K H S L
Decimal 88 14 9 0 0.84 0.90 0.65 3.8 0.81 0.19
Hex 58 E 9 0 54 5A 41 4 51 13
Octal 130 16 11 0 124 132 101 4 121 23
Binary 1011000 1110 1001 0 1010100 1011010 1000001 100 1010001 10011

Color Harmonies of #580E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580E09

Black with #580E09

Text Example


Text Example

White with #580E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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