Html Css Color HEX #580705 Red Oxide

📋 copy color: '#580705'

red 88 ◦ green 7 ◦ blue 5

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

Shades of Red Oxide #580705

Tints of Red Oxide #580705

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7%

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

R = 88%
G = 7%
B = 5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#580705 (or 0x580705) is known color: Red Oxide. HEX triplet: 58, 07 and 05. RGB value is (88,7,5). Sum of RGB (Red+Green+Blue) = 88+7+5=100 (13% of max value = 765). Red value is 88 (34.77% from 255 or 88% from 100); Green value is 7 (3.12% from 255 or 7% from 100); Blue value is 5 (2.34% from 255 or 5% from 100); Max value from RGB is 88 - color contains mainly: red. Hex color #580705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580705 is #A7F8FA. Grayscale: #1F1F1F. Windows color (decimal): -11008251 or 329560. OLE color: 329560.

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

Color convert

RGB 88 7 5 -
CMYK 0 0.92 0.94 0.65
HSL 1.45º 0.89% 0.18% -
HSV(B) 1.45º 0.94% 0.35% -
XYZ 4.13 2.24 0.36 -
YUV 30.99 113.34 168.66 -
System Red Green Blue C M Y K H S L
Decimal 88 7 5 0 0.92 0.94 0.65 1.45 0.89 0.18
Hex 58 7 5 0 5C 5E 41 1 59 12
Octal 130 7 5 0 134 136 101 1 131 22
Binary 1011000 111 101 0 1011100 1011110 1000001 1 1011001 10010

Color Harmonies of #580705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580705

Black with #580705

Text Example


Text Example

White with #580705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580705; }

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

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

background-color css

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

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

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

border-color css

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

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

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