Html Css Color HEX #580808 Red Oxide

📋 copy color: '#580808'

red 88 ◦ green 8 ◦ blue 8

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

Shades of Red Oxide #580808

Tints of Red Oxide #580808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 7.69%

R = 84.62%
G = 7.69%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#580808 (or 0x580808) is known color: Red Oxide. HEX triplet: 58, 08 and 08. RGB value is (88,8,8). Sum of RGB (Red+Green+Blue) = 88+8+8=104 (13% of max value = 765). Red value is 88 (34.77% from 255 or 84.62% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 8 (3.52% from 255 or 7.69% from 104); Max value from RGB is 88 - color contains mainly: red. Hex color #580808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580808 is #A7F7F7. Grayscale: #1F1F1F. Windows color (decimal): -11007992 or 526424. OLE color: 526424.

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

Color convert

RGB 88 8 8 -
CMYK 0 0.91 0.91 0.65
HSL 0.83% 0.19% -
HSV(B) 0.91% 0.35% -
XYZ 4.16 2.27 0.45 -
YUV 31.92 114.5 168 -
System Red Green Blue C M Y K H S L
Decimal 88 8 8 0 0.91 0.91 0.65 0 0.83 0.19
Hex 58 8 8 0 5B 5B 41 0 53 13
Octal 130 10 10 0 133 133 101 0 123 23
Binary 1011000 1000 1000 0 1011011 1011011 1000001 0 1010011 10011

Color Harmonies of #580808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580808

Black with #580808

Text Example


Text Example

White with #580808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580808; }

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

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

background-color css

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

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

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

border-color css

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

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

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