Html Css Color HEX #580606 Red Oxide

📋 copy color: '#580606'

red 88 ◦ green 6 ◦ blue 6

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

Shades of Red Oxide #580606

Tints of Red Oxide #580606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 6%

R = 88%
G = 6%
B = 6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.65

RGB Variations

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

Color information

#580606 (or 0x580606) is known color: Red Oxide. HEX triplet: 58, 06 and 06. RGB value is (88,6,6). Sum of RGB (Red+Green+Blue) = 88+6+6=100 (13% of max value = 765). Red value is 88 (34.77% from 255 or 88% from 100); Green value is 6 (2.73% from 255 or 6% from 100); Blue value is 6 (2.73% from 255 or 6% from 100); Max value from RGB is 88 - color contains mainly: red. Hex color #580606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580606 is #A7F9F9. Grayscale: #1E1E1E. Windows color (decimal): -11008506 or 394840. OLE color: 394840.

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

Color convert

RGB 88 6 6 -
CMYK 0 0.93 0.93 0.65
HSL 0.87% 0.18% -
HSV(B) 0.93% 0.35% -
XYZ 4.12 2.22 0.38 -
YUV 30.52 114.17 169 -
System Red Green Blue C M Y K H S L
Decimal 88 6 6 0 0.93 0.93 0.65 0 0.87 0.18
Hex 58 6 6 0 5D 5D 41 0 57 12
Octal 130 6 6 0 135 135 101 0 127 22
Binary 1011000 110 110 0 1011101 1011101 1000001 0 1010111 10010

Color Harmonies of #580606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580606

Black with #580606

Text Example


Text Example

White with #580606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580606; }

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

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

background-color css

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

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

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

border-color css

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

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

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