Html Css Color HEX #581712 Red Oxide

📋 copy color: '#581712'

red 88 ◦ green 23 ◦ blue 18

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

Shades of Red Oxide #581712

Tints of Red Oxide #581712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.95%

R = 68.22%
G = 17.83%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#581712 (or 0x581712) is known color: Red Oxide. HEX triplet: 58, 17 and 12. RGB value is (88,23,18). Sum of RGB (Red+Green+Blue) = 88+23+18=129 (17% of max value = 765). Red value is 88 (34.77% from 255 or 68.22% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 88 - color contains mainly: red. Hex color #581712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581712 is #A7E8ED. Grayscale: #292929. Windows color (decimal): -11004142 or 1185624. OLE color: 1185624.

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

Color convert

RGB 88 23 18 -
CMYK 0 0.74 0.80 0.65
HSL 4.29º 0.66% 0.21% -
HSV(B) 4.29º 0.8% 0.35% -
XYZ 4.44 2.73 0.87 -
YUV 41.87 114.53 160.91 -
System Red Green Blue C M Y K H S L
Decimal 88 23 18 0 0.74 0.80 0.65 4.29 0.66 0.21
Hex 58 17 12 0 4A 50 41 4 42 15
Octal 130 27 22 0 112 120 101 4 102 25
Binary 1011000 10111 10010 0 1001010 1010000 1000001 100 1000010 10101

Color Harmonies of #581712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581712

Black with #581712

Text Example


Text Example

White with #581712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581712; }

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

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

background-color css

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

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

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

border-color css

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

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

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