Html Css Color HEX #581205 Red Oxide

📋 copy color: '#581205'

red 88 ◦ green 18 ◦ blue 5

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

Shades of Red Oxide #581205

Tints of Red Oxide #581205

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.22%

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

R = 79.28%
G = 16.22%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#581205 (or 0x581205) is known color: Red Oxide. HEX triplet: 58, 12 and 05. RGB value is (88,18,5). Sum of RGB (Red+Green+Blue) = 88+18+5=111 (14% of max value = 765). Red value is 88 (34.77% from 255 or 79.28% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 88 - color contains mainly: red. Hex color #581205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581205 is #A7EDFA. Grayscale: #252525. Windows color (decimal): -11005435 or 332376. OLE color: 332376.

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

Color convert

RGB 88 18 5 -
CMYK 0 0.80 0.94 0.65
HSL 9.4º 0.89% 0.18% -
HSV(B) 9.4º 0.94% 0.35% -
XYZ 4.27 2.52 0.4 -
YUV 37.45 109.69 164.06 -
System Red Green Blue C M Y K H S L
Decimal 88 18 5 0 0.80 0.94 0.65 9.4 0.89 0.18
Hex 58 12 5 0 50 5E 41 9 59 12
Octal 130 22 5 0 120 136 101 11 131 22
Binary 1011000 10010 101 0 1010000 1011110 1000001 1001 1011001 10010

Color Harmonies of #581205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581205

Black with #581205

Text Example


Text Example

White with #581205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581205; }

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

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

background-color css

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

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

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

border-color css

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

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

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