Html Css Color HEX #580804 Red Oxide

📋 copy color: '#580804'

red 88 ◦ green 8 ◦ blue 4

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

Shades of Red Oxide #580804

Tints of Red Oxide #580804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4%

R = 88%
G = 8%
B = 4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.65

RGB Variations

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

Color information

#580804 (or 0x580804) is known color: Red Oxide. HEX triplet: 58, 08 and 04. RGB value is (88,8,4). Sum of RGB (Red+Green+Blue) = 88+8+4=100 (13% of max value = 765). Red value is 88 (34.77% from 255 or 88% from 100); Green value is 8 (3.52% from 255 or 8% from 100); Blue value is 4 (1.95% from 255 or 4% from 100); Max value from RGB is 88 - color contains mainly: red. Hex color #580804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580804 is #A7F7FB. Grayscale: #1F1F1F. Windows color (decimal): -11007996 or 264280. OLE color: 264280.

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

Color convert

RGB 88 8 4 -
CMYK 0 0.91 0.95 0.65
HSL 2.86º 0.91% 0.18% -
HSV(B) 2.86º 0.95% 0.35% -
XYZ 4.13 2.26 0.33 -
YUV 31.46 112.5 168.33 -
System Red Green Blue C M Y K H S L
Decimal 88 8 4 0 0.91 0.95 0.65 2.86 0.91 0.18
Hex 58 8 4 0 5B 5F 41 3 5B 12
Octal 130 10 4 0 133 137 101 3 133 22
Binary 1011000 1000 100 0 1011011 1011111 1000001 11 1011011 10010

Color Harmonies of #580804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580804

Black with #580804

Text Example


Text Example

White with #580804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580804; }

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

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

background-color css

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

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

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

border-color css

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

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

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