Html Css Color HEX #581604 Red Oxide

📋 copy color: '#581604'

red 88 ◦ green 22 ◦ blue 4

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

Shades of Red Oxide #581604

Tints of Red Oxide #581604

RGB

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

 GREEN value IS 22 (8.98% from 255) = 19.3%

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

R = 77.19%
G = 19.3%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.65

RGB Variations

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

Color information

#581604 (or 0x581604) is known color: Red Oxide. HEX triplet: 58, 16 and 04. RGB value is (88,22,4). Sum of RGB (Red+Green+Blue) = 88+22+4=114 (15% of max value = 765). Red value is 88 (34.77% from 255 or 77.19% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 4 (1.95% from 255 or 3.51% from 114); Max value from RGB is 88 - color contains mainly: red. Hex color #581604 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581604 is #A7E9FB. Grayscale: #272727. Windows color (decimal): -11004412 or 267864. OLE color: 267864.

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

Color convert

RGB 88 22 4 -
CMYK 0 0.75 0.95 0.65
HSL 12.86º 0.91% 0.18% -
HSV(B) 12.86º 0.95% 0.35% -
XYZ 4.33 2.66 0.4 -
YUV 39.68 107.87 162.46 -
System Red Green Blue C M Y K H S L
Decimal 88 22 4 0 0.75 0.95 0.65 12.86 0.91 0.18
Hex 58 16 4 0 4B 5F 41 D 5B 12
Octal 130 26 4 0 113 137 101 15 133 22
Binary 1011000 10110 100 0 1001011 1011111 1000001 1101 1011011 10010

Color Harmonies of #581604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581604

Black with #581604

Text Example


Text Example

White with #581604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581604; }

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

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

background-color css

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

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

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

border-color css

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

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

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