Html Css Color HEX #58130D Red Oxide

📋 copy color: '#58130D'

red 88 ◦ green 19 ◦ blue 13

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

Shades of Red Oxide #58130D

Tints of Red Oxide #58130D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.83%

R = 73.33%
G = 15.83%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#58130D (or 0x58130D) is known color: Red Oxide. HEX triplet: 58, 13 and 0D. RGB value is (88,19,13). Sum of RGB (Red+Green+Blue) = 88+19+13=120 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.33% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 88 - color contains mainly: red. Hex color #58130D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58130D is #A7ECF2. Grayscale: #272727. Windows color (decimal): -11005171 or 856920. OLE color: 856920.

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

Color convert

RGB 88 19 13 -
CMYK 0 0.78 0.85 0.65
HSL 4.8º 0.74% 0.2% -
HSV(B) 4.8º 0.85% 0.35% -
XYZ 4.33 2.57 0.65 -
YUV 38.95 113.36 162.99 -
System Red Green Blue C M Y K H S L
Decimal 88 19 13 0 0.78 0.85 0.65 4.8 0.74 0.2
Hex 58 13 D 0 4E 55 41 5 4A 14
Octal 130 23 15 0 116 125 101 5 112 24
Binary 1011000 10011 1101 0 1001110 1010101 1000001 101 1001010 10100

Color Harmonies of #58130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58130D

Black with #58130D

Text Example


Text Example

White with #58130D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58130D; }

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

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

background-color css

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

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

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

border-color css

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

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

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