Html Css Color HEX #58201F Red Oxide

📋 copy color: '#58201F'

red 88 ◦ green 32 ◦ blue 31

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

Shades of Red Oxide #58201F

Tints of Red Oxide #58201F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.53%

R = 58.28%
G = 21.19%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#58201F (or 0x58201F) is known color: Red Oxide. HEX triplet: 58, 20 and 1F. RGB value is (88,32,31). Sum of RGB (Red+Green+Blue) = 88+32+31=151 (20% of max value = 765). Red value is 88 (34.77% from 255 or 58.28% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 88 - color contains mainly: red. Hex color #58201F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58201F is #A7DFE0. Grayscale: #303030. Windows color (decimal): -11001825 or 2039896. OLE color: 2039896.

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

Color convert

RGB 88 32 31 -
CMYK 0 0.64 0.65 0.65
HSL 1.05º 0.48% 0.23% -
HSV(B) 1.05º 0.65% 0.35% -
XYZ 4.79 3.21 1.66 -
YUV 48.63 118.05 156.08 -
System Red Green Blue C M Y K H S L
Decimal 88 32 31 0 0.64 0.65 0.65 1.05 0.48 0.23
Hex 58 20 1F 0 40 41 41 1 30 17
Octal 130 40 37 0 100 101 101 1 60 27
Binary 1011000 100000 11111 0 1000000 1000001 1000001 1 110000 10111

Color Harmonies of #58201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58201F

Black with #58201F

Text Example


Text Example

White with #58201F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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