Html Css Color HEX #58201D Red Oxide

📋 copy color: '#58201D'

red 88 ◦ green 32 ◦ blue 29

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

Shades of Red Oxide #58201D

Tints of Red Oxide #58201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.48%

 BLUE value IS 29 (11.72% from 255) = 19.46%

R = 59.06%
G = 21.48%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#58201D (or 0x58201D) is known color: Red Oxide. HEX triplet: 58, 20 and 1D. RGB value is (88,32,29). Sum of RGB (Red+Green+Blue) = 88+32+29=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #58201D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58201D is #A7DFE2. Grayscale: #303030. Windows color (decimal): -11001827 or 1908824. OLE color: 1908824.

HSL color Cylindrical-coordinate representation of color #58201D: hue angle of 3.05º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #58201D is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 32 29 -
CMYK 0 0.64 0.67 0.65
HSL 3.05º 0.5% 0.23% -
HSV(B) 3.05º 0.67% 0.35% -
XYZ 4.76 3.2 1.53 -
YUV 48.4 117.05 156.24 -
System Red Green Blue C M Y K H S L
Decimal 88 32 29 0 0.64 0.67 0.65 3.05 0.5 0.23
Hex 58 20 1D 0 40 43 41 3 32 17
Octal 130 40 35 0 100 103 101 3 62 27
Binary 1011000 100000 11101 0 1000000 1000011 1000001 11 110010 10111

Color Harmonies of #58201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58201D

Black with #58201D

Text Example


Text Example

White with #58201D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,32,29); }

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

background-color css

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

 a { background-color: rgb(88,32,29); }

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

border-color css

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

 span { border-color: rgb(88,32,29); }

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