Html Css Color HEX #581311 Red Oxide

📋 copy color: '#581311'

red 88 ◦ green 19 ◦ blue 17

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

Shades of Red Oxide #581311

Tints of Red Oxide #581311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.32%

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

R = 70.97%
G = 15.32%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#581311 (or 0x581311) is known color: Red Oxide. HEX triplet: 58, 13 and 11. RGB value is (88,19,17). Sum of RGB (Red+Green+Blue) = 88+19+17=124 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.97% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 17 (7.03% from 255 or 13.71% from 124); Max value from RGB is 88 - color contains mainly: red. Hex color #581311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581311 is #A7ECEE. Grayscale: #272727. Windows color (decimal): -11005167 or 1119064. OLE color: 1119064.

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

Color convert

RGB 88 19 17 -
CMYK 0 0.78 0.81 0.65
HSL 1.69º 0.68% 0.21% -
HSV(B) 1.69º 0.81% 0.35% -
XYZ 4.36 2.58 0.8 -
YUV 39.4 115.36 162.66 -
System Red Green Blue C M Y K H S L
Decimal 88 19 17 0 0.78 0.81 0.65 1.69 0.68 0.21
Hex 58 13 11 0 4E 51 41 2 44 15
Octal 130 23 21 0 116 121 101 2 104 25
Binary 1011000 10011 10001 0 1001110 1010001 1000001 10 1000100 10101

Color Harmonies of #581311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581311

Black with #581311

Text Example


Text Example

White with #581311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581311; }

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

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

background-color css

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

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

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

border-color css

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

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

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