Html Css Color HEX #580706 Red Oxide

📋 copy color: '#580706'

red 88 ◦ green 7 ◦ blue 6

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

Shades of Red Oxide #580706

Tints of Red Oxide #580706

RGB

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

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

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

R = 87.13%
G = 6.93%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.65

RGB Variations

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

Color information

#580706 (or 0x580706) is known color: Red Oxide. HEX triplet: 58, 07 and 06. RGB value is (88,7,6). Sum of RGB (Red+Green+Blue) = 88+7+6=101 (13% of max value = 765). Red value is 88 (34.77% from 255 or 87.13% from 101); Green value is 7 (3.12% from 255 or 6.93% from 101); Blue value is 6 (2.73% from 255 or 5.94% from 101); Max value from RGB is 88 - color contains mainly: red. Hex color #580706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580706 is #A7F8F9. Grayscale: #1F1F1F. Windows color (decimal): -11008250 or 395096. OLE color: 395096.

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

Color convert

RGB 88 7 6 -
CMYK 0 0.92 0.93 0.65
HSL 0.73º 0.87% 0.18% -
HSV(B) 0.73º 0.93% 0.35% -
XYZ 4.13 2.24 0.39 -
YUV 31.11 113.84 168.58 -
System Red Green Blue C M Y K H S L
Decimal 88 7 6 0 0.92 0.93 0.65 0.73 0.87 0.18
Hex 58 7 6 0 5C 5D 41 1 57 12
Octal 130 7 6 0 134 135 101 1 127 22
Binary 1011000 111 110 0 1011100 1011101 1000001 1 1010111 10010

Color Harmonies of #580706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580706

Black with #580706

Text Example


Text Example

White with #580706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580706; }

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

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

background-color css

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

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

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

border-color css

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

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

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