Html Css Color HEX #580504 Red Oxide

📋 copy color: '#580504'

red 88 ◦ green 5 ◦ blue 4

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

Shades of Red Oxide #580504

Tints of Red Oxide #580504

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.15%

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

R = 90.72%
G = 5.15%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.65

RGB Variations

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

Color information

#580504 (or 0x580504) is known color: Red Oxide. HEX triplet: 58, 05 and 04. RGB value is (88,5,4). Sum of RGB (Red+Green+Blue) = 88+5+4=97 (12% of max value = 765). Red value is 88 (34.77% from 255 or 90.72% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 4 (1.95% from 255 or 4.12% from 97); Max value from RGB is 88 - color contains mainly: red. Hex color #580504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580504 is #A7FAFB. Grayscale: #1D1D1D. Windows color (decimal): -11008764 or 263512. OLE color: 263512.

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

Color convert

RGB 88 5 4 -
CMYK 0 0.94 0.95 0.65
HSL 0.71º 0.91% 0.18% -
HSV(B) 0.71º 0.95% 0.35% -
XYZ 4.1 2.19 0.32 -
YUV 29.7 113.5 169.58 -
System Red Green Blue C M Y K H S L
Decimal 88 5 4 0 0.94 0.95 0.65 0.71 0.91 0.18
Hex 58 5 4 0 5E 5F 41 1 5B 12
Octal 130 5 4 0 136 137 101 1 133 22
Binary 1011000 101 100 0 1011110 1011111 1000001 1 1011011 10010

Color Harmonies of #580504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580504

Black with #580504

Text Example


Text Example

White with #580504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580504; }

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

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

background-color css

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

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

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

border-color css

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

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

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