Html Css Color HEX #580800 Red Oxide

📋 copy color: '#580800'

red 88 ◦ green 8 ◦ blue 0

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

Shades of Red Oxide #580800

Tints of Red Oxide #580800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.67%
G = 8.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#580800 (or 0x580800) is known color: Red Oxide. HEX triplet: 58, 08 and 00. RGB value is (88,8,0). Sum of RGB (Red+Green+Blue) = 88+8+0=96 (12% of max value = 765). Red value is 88 (34.77% from 255 or 91.67% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 88 - color contains mainly: red. Hex color #580800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580800 is #A7F7FF. Grayscale: #1F1F1F. Windows color (decimal): -11008000 or 2136. OLE color: 2136.

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

Color convert

RGB 88 8 0 -
CMYK 0 0.91 1 0.65
HSL 5.45º 1% 0.17% -
HSV(B) 5.45º 1% 0.35% -
XYZ 4.11 2.25 0.22 -
YUV 31.01 110.5 168.65 -
System Red Green Blue C M Y K H S L
Decimal 88 8 0 0 0.91 1 0.65 5.45 1 0.17
Hex 58 8 0 0 5B 64 41 5 64 11
Octal 130 10 0 0 133 144 101 5 144 21
Binary 1011000 1000 0 0 1011011 1100100 1000001 101 1100100 10001

Color Harmonies of #580800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580800

Black with #580800

Text Example


Text Example

White with #580800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580800; }

 p { color: rgb(88,8,0); }

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

background-color css

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

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

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

border-color css

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

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

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