Html Css Color HEX #581805 Red Oxide

📋 copy color: '#581805'

red 88 ◦ green 24 ◦ blue 5

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

Shades of Red Oxide #581805

Tints of Red Oxide #581805

RGB

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

 GREEN value IS 24 (9.77% from 255) = 20.51%

 BLUE value IS 5 (2.34% from 255) = 4.27%

R = 75.21%
G = 20.51%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#581805 (or 0x581805) is known color: Red Oxide. HEX triplet: 58, 18 and 05. RGB value is (88,24,5). Sum of RGB (Red+Green+Blue) = 88+24+5=117 (15% of max value = 765). Red value is 88 (34.77% from 255 or 75.21% from 117); Green value is 24 (9.77% from 255 or 20.51% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 88 - color contains mainly: red. Hex color #581805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581805 is #A7E7FA. Grayscale: #292929. Windows color (decimal): -11003899 or 333912. OLE color: 333912.

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

Color convert

RGB 88 24 5 -
CMYK 0 0.73 0.94 0.65
HSL 13.73º 0.89% 0.18% -
HSV(B) 13.73º 0.94% 0.35% -
XYZ 4.38 2.74 0.44 -
YUV 40.97 107.7 161.54 -
System Red Green Blue C M Y K H S L
Decimal 88 24 5 0 0.73 0.94 0.65 13.73 0.89 0.18
Hex 58 18 5 0 49 5E 41 E 59 12
Octal 130 30 5 0 111 136 101 16 131 22
Binary 1011000 11000 101 0 1001001 1011110 1000001 1110 1011001 10010

Color Harmonies of #581805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581805

Black with #581805

Text Example


Text Example

White with #581805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581805; }

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

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

background-color css

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

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

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

border-color css

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

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

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