Html Css Color HEX #581004 Red Oxide

📋 copy color: '#581004'

red 88 ◦ green 16 ◦ blue 4

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

Shades of Red Oxide #581004

Tints of Red Oxide #581004

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.81%

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

R = 81.48%
G = 14.81%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.65

RGB Variations

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

Color information

#581004 (or 0x581004) is known color: Red Oxide. HEX triplet: 58, 10 and 04. RGB value is (88,16,4). Sum of RGB (Red+Green+Blue) = 88+16+4=108 (14% of max value = 765). Red value is 88 (34.77% from 255 or 81.48% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 4 (1.95% from 255 or 3.70% from 108); Max value from RGB is 88 - color contains mainly: red. Hex color #581004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581004 is #A7EFFB. Grayscale: #242424. Windows color (decimal): -11005948 or 266328. OLE color: 266328.

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

Color convert

RGB 88 16 4 -
CMYK 0 0.82 0.95 0.65
HSL 8.57º 0.91% 0.18% -
HSV(B) 8.57º 0.95% 0.35% -
XYZ 4.23 2.45 0.37 -
YUV 36.16 109.85 164.98 -
System Red Green Blue C M Y K H S L
Decimal 88 16 4 0 0.82 0.95 0.65 8.57 0.91 0.18
Hex 58 10 4 0 52 5F 41 9 5B 12
Octal 130 20 4 0 122 137 101 11 133 22
Binary 1011000 10000 100 0 1010010 1011111 1000001 1001 1011011 10010

Color Harmonies of #581004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581004

Black with #581004

Text Example


Text Example

White with #581004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581004; }

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

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

background-color css

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

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

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

border-color css

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

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

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