Html Css Color HEX #581710 Red Oxide

📋 copy color: '#581710'

red 88 ◦ green 23 ◦ blue 16

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

Shades of Red Oxide #581710

Tints of Red Oxide #581710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.6%

R = 69.29%
G = 18.11%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#581710 (or 0x581710) is known color: Red Oxide. HEX triplet: 58, 17 and 10. RGB value is (88,23,16). Sum of RGB (Red+Green+Blue) = 88+23+16=127 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.29% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 88 - color contains mainly: red. Hex color #581710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581710 is #A7E8EF. Grayscale: #292929. Windows color (decimal): -11004144 or 1054552. OLE color: 1054552.

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

Color convert

RGB 88 23 16 -
CMYK 0 0.74 0.82 0.65
HSL 5.83º 0.69% 0.2% -
HSV(B) 5.83º 0.82% 0.35% -
XYZ 4.42 2.72 0.78 -
YUV 41.64 113.53 161.07 -
System Red Green Blue C M Y K H S L
Decimal 88 23 16 0 0.74 0.82 0.65 5.83 0.69 0.2
Hex 58 17 10 0 4A 52 41 6 45 14
Octal 130 27 20 0 112 122 101 6 105 24
Binary 1011000 10111 10000 0 1001010 1010010 1000001 110 1000101 10100

Color Harmonies of #581710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581710

Black with #581710

Text Example


Text Example

White with #581710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581710; }

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

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

background-color css

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

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

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

border-color css

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

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

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