Html Css Color HEX #581413 Red Oxide

📋 copy color: '#581413'

red 88 ◦ green 20 ◦ blue 19

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

Shades of Red Oxide #581413

Tints of Red Oxide #581413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.75%

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

R = 69.29%
G = 15.75%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#581413 (or 0x581413) is known color: Red Oxide. HEX triplet: 58, 14 and 13. RGB value is (88,20,19). Sum of RGB (Red+Green+Blue) = 88+20+19=127 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.29% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 88 - color contains mainly: red. Hex color #581413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581413 is #A7EBEC. Grayscale: #282828. Windows color (decimal): -11004909 or 1250392. OLE color: 1250392.

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

Color convert

RGB 88 20 19 -
CMYK 0 0.77 0.78 0.65
HSL 0.87º 0.64% 0.21% -
HSV(B) 0.87º 0.78% 0.35% -
XYZ 4.39 2.62 0.89 -
YUV 40.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 88 20 19 0 0.77 0.78 0.65 0.87 0.64 0.21
Hex 58 14 13 0 4D 4E 41 1 40 15
Octal 130 24 23 0 115 116 101 1 100 25
Binary 1011000 10100 10011 0 1001101 1001110 1000001 1 1000000 10101

Color Harmonies of #581413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581413

Black with #581413

Text Example


Text Example

White with #581413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581413; }

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

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

background-color css

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

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

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

border-color css

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

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

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