Html Css Color HEX #581705 Red Oxide

📋 copy color: '#581705'

red 88 ◦ green 23 ◦ blue 5

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

Shades of Red Oxide #581705

Tints of Red Oxide #581705

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.83%

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

R = 75.86%
G = 19.83%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#581705 (or 0x581705) is known color: Red Oxide. HEX triplet: 58, 17 and 05. RGB value is (88,23,5). Sum of RGB (Red+Green+Blue) = 88+23+5=116 (15% of max value = 765). Red value is 88 (34.77% from 255 or 75.86% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 88 - color contains mainly: red. Hex color #581705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581705 is #A7E8FA. Grayscale: #282828. Windows color (decimal): -11004155 or 333656. OLE color: 333656.

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

Color convert

RGB 88 23 5 -
CMYK 0 0.74 0.94 0.65
HSL 13.01º 0.89% 0.18% -
HSV(B) 13.01º 0.94% 0.35% -
XYZ 4.36 2.7 0.43 -
YUV 40.38 108.03 161.96 -
System Red Green Blue C M Y K H S L
Decimal 88 23 5 0 0.74 0.94 0.65 13.01 0.89 0.18
Hex 58 17 5 0 4A 5E 41 D 59 12
Octal 130 27 5 0 112 136 101 15 131 22
Binary 1011000 10111 101 0 1001010 1011110 1000001 1101 1011001 10010

Color Harmonies of #581705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581705

Black with #581705

Text Example


Text Example

White with #581705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581705; }

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

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

background-color css

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

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

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

border-color css

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

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

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