Html Css Color HEX #580905 Red Oxide

📋 copy color: '#580905'

red 88 ◦ green 9 ◦ blue 5

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

Shades of Red Oxide #580905

Tints of Red Oxide #580905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.9%

R = 86.27%
G = 8.82%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#580905 (or 0x580905) is known color: Red Oxide. HEX triplet: 58, 09 and 05. RGB value is (88,9,5). Sum of RGB (Red+Green+Blue) = 88+9+5=102 (13% of max value = 765). Red value is 88 (34.77% from 255 or 86.27% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 5 (2.34% from 255 or 4.90% from 102); Max value from RGB is 88 - color contains mainly: red. Hex color #580905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580905 is #A7F6FA. Grayscale: #202020. Windows color (decimal): -11007739 or 330072. OLE color: 330072.

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

Color convert

RGB 88 9 5 -
CMYK 0 0.90 0.94 0.65
HSL 2.89º 0.89% 0.18% -
HSV(B) 2.89º 0.94% 0.35% -
XYZ 4.15 2.28 0.37 -
YUV 32.17 112.67 167.83 -
System Red Green Blue C M Y K H S L
Decimal 88 9 5 0 0.90 0.94 0.65 2.89 0.89 0.18
Hex 58 9 5 0 5A 5E 41 3 59 12
Octal 130 11 5 0 132 136 101 3 131 22
Binary 1011000 1001 101 0 1011010 1011110 1000001 11 1011001 10010

Color Harmonies of #580905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580905

Black with #580905

Text Example


Text Example

White with #580905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580905; }

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

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

background-color css

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

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

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

border-color css

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

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

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