Html Css Color HEX #581310 Red Oxide

📋 copy color: '#581310'

red 88 ◦ green 19 ◦ blue 16

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

Shades of Red Oxide #581310

Tints of Red Oxide #581310

RGB

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

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

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

R = 71.54%
G = 15.45%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#581310 (or 0x581310) is known color: Red Oxide. HEX triplet: 58, 13 and 10. RGB value is (88,19,16). Sum of RGB (Red+Green+Blue) = 88+19+16=123 (16% of max value = 765). Red value is 88 (34.77% from 255 or 71.54% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 88 - color contains mainly: red. Hex color #581310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581310 is #A7ECEF. Grayscale: #272727. Windows color (decimal): -11005168 or 1053528. OLE color: 1053528.

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

Color convert

RGB 88 19 16 -
CMYK 0 0.78 0.82 0.65
HSL 2.5º 0.69% 0.2% -
HSV(B) 2.5º 0.82% 0.35% -
XYZ 4.35 2.58 0.76 -
YUV 39.29 114.86 162.74 -
System Red Green Blue C M Y K H S L
Decimal 88 19 16 0 0.78 0.82 0.65 2.5 0.69 0.2
Hex 58 13 10 0 4E 52 41 2 45 14
Octal 130 23 20 0 116 122 101 2 105 24
Binary 1011000 10011 10000 0 1001110 1010010 1000001 10 1000101 10100

Color Harmonies of #581310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581310

Black with #581310

Text Example


Text Example

White with #581310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581310; }

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

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

background-color css

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

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

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

border-color css

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

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

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