Html Css Color HEX #581911 Red Oxide

📋 copy color: '#581911'

red 88 ◦ green 25 ◦ blue 17

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

Shades of Red Oxide #581911

Tints of Red Oxide #581911

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.23%

 BLUE value IS 17 (7.03% from 255) = 13.08%

R = 67.69%
G = 19.23%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#581911 (or 0x581911) is known color: Red Oxide. HEX triplet: 58, 19 and 11. RGB value is (88,25,17). Sum of RGB (Red+Green+Blue) = 88+25+17=130 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.69% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 88 - color contains mainly: red. Hex color #581911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581911 is #A7E6EE. Grayscale: #2B2B2B. Windows color (decimal): -11003631 or 1120600. OLE color: 1120600.

HSL color Cylindrical-coordinate representation of color #581911: hue angle of 6.76º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #581911 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 25 17 -
CMYK 0 0.72 0.81 0.65
HSL 6.76º 0.68% 0.21% -
HSV(B) 6.76º 0.81% 0.35% -
XYZ 4.47 2.81 0.84 -
YUV 42.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 88 25 17 0 0.72 0.81 0.65 6.76 0.68 0.21
Hex 58 19 11 0 48 51 41 7 44 15
Octal 130 31 21 0 110 121 101 7 104 25
Binary 1011000 11001 10001 0 1001000 1010001 1000001 111 1000100 10101

Color Harmonies of #581911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581911

Black with #581911

Text Example


Text Example

White with #581911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581911; }

 p { color: rgb(88,25,17); }

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

background-color css

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

 a { background-color: rgb(88,25,17); }

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

border-color css

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

 span { border-color: rgb(88,25,17); }

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