Html Css Color HEX #581713 Red Oxide

📋 copy color: '#581713'

red 88 ◦ green 23 ◦ blue 19

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

Shades of Red Oxide #581713

Tints of Red Oxide #581713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.62%

R = 67.69%
G = 17.69%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#581713 (or 0x581713) is known color: Red Oxide. HEX triplet: 58, 17 and 13. RGB value is (88,23,19). Sum of RGB (Red+Green+Blue) = 88+23+19=130 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.69% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 88 - color contains mainly: red. Hex color #581713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581713 is #A7E8EC. Grayscale: #2A2A2A. Windows color (decimal): -11004141 or 1251160. OLE color: 1251160.

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

Color convert

RGB 88 23 19 -
CMYK 0 0.74 0.78 0.65
HSL 3.48º 0.64% 0.21% -
HSV(B) 3.48º 0.78% 0.35% -
XYZ 4.45 2.73 0.91 -
YUV 41.98 115.03 160.83 -
System Red Green Blue C M Y K H S L
Decimal 88 23 19 0 0.74 0.78 0.65 3.48 0.64 0.21
Hex 58 17 13 0 4A 4E 41 3 40 15
Octal 130 27 23 0 112 116 101 3 100 25
Binary 1011000 10111 10011 0 1001010 1001110 1000001 11 1000000 10101

Color Harmonies of #581713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581713

Black with #581713

Text Example


Text Example

White with #581713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581713; }

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

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

background-color css

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

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

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

border-color css

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

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

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