Html Css Color HEX #58140D Red Oxide

📋 copy color: '#58140D'

red 88 ◦ green 20 ◦ blue 13

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

Shades of Red Oxide #58140D

Tints of Red Oxide #58140D

RGB

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

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

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

R = 72.73%
G = 16.53%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#58140D (or 0x58140D) is known color: Red Oxide. HEX triplet: 58, 14 and 0D. RGB value is (88,20,13). Sum of RGB (Red+Green+Blue) = 88+20+13=121 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.73% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 88 - color contains mainly: red. Hex color #58140D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58140D is #A7EBF2. Grayscale: #272727. Windows color (decimal): -11004915 or 857176. OLE color: 857176.

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

Color convert

RGB 88 20 13 -
CMYK 0 0.77 0.85 0.65
HSL 5.6º 0.74% 0.2% -
HSV(B) 5.6º 0.85% 0.35% -
XYZ 4.35 2.6 0.65 -
YUV 39.53 113.03 162.57 -
System Red Green Blue C M Y K H S L
Decimal 88 20 13 0 0.77 0.85 0.65 5.6 0.74 0.2
Hex 58 14 D 0 4D 55 41 6 4A 14
Octal 130 24 15 0 115 125 101 6 112 24
Binary 1011000 10100 1101 0 1001101 1010101 1000001 110 1001010 10100

Color Harmonies of #58140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58140D

Black with #58140D

Text Example


Text Example

White with #58140D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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