Html Css Color HEX #580605 Red Oxide

📋 copy color: '#580605'

red 88 ◦ green 6 ◦ blue 5

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

Shades of Red Oxide #580605

Tints of Red Oxide #580605

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.06%

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

R = 88.89%
G = 6.06%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#580605 (or 0x580605) is known color: Red Oxide. HEX triplet: 58, 06 and 05. RGB value is (88,6,5). Sum of RGB (Red+Green+Blue) = 88+6+5=99 (13% of max value = 765). Red value is 88 (34.77% from 255 or 88.89% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 88 - color contains mainly: red. Hex color #580605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580605 is #A7F9FA. Grayscale: #1E1E1E. Windows color (decimal): -11008507 or 329304. OLE color: 329304.

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

Color convert

RGB 88 6 5 -
CMYK 0 0.93 0.94 0.65
HSL 0.72º 0.89% 0.18% -
HSV(B) 0.72º 0.94% 0.35% -
XYZ 4.12 2.22 0.35 -
YUV 30.4 113.67 169.08 -
System Red Green Blue C M Y K H S L
Decimal 88 6 5 0 0.93 0.94 0.65 0.72 0.89 0.18
Hex 58 6 5 0 5D 5E 41 1 59 12
Octal 130 6 5 0 135 136 101 1 131 22
Binary 1011000 110 101 0 1011101 1011110 1000001 1 1011001 10010

Color Harmonies of #580605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580605

Black with #580605

Text Example


Text Example

White with #580605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580605; }

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

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

background-color css

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

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

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

border-color css

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

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

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