Html Css Color HEX #58221F Red Oxide

📋 copy color: '#58221F'

red 88 ◦ green 34 ◦ blue 31

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

Shades of Red Oxide #58221F

Tints of Red Oxide #58221F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.22%

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

R = 57.52%
G = 22.22%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#58221F (or 0x58221F) is known color: Red Oxide. HEX triplet: 58, 22 and 1F. RGB value is (88,34,31). Sum of RGB (Red+Green+Blue) = 88+34+31=153 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.52% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 88 - color contains mainly: red. Hex color #58221F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58221F is #A7DDE0. Grayscale: #313131. Windows color (decimal): -11001313 or 2040408. OLE color: 2040408.

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

Color convert

RGB 88 34 31 -
CMYK 0 0.61 0.65 0.65
HSL 3.16º 0.48% 0.23% -
HSV(B) 3.16º 0.65% 0.35% -
XYZ 4.84 3.32 1.68 -
YUV 49.8 117.39 155.24 -
System Red Green Blue C M Y K H S L
Decimal 88 34 31 0 0.61 0.65 0.65 3.16 0.48 0.23
Hex 58 22 1F 0 3D 41 41 3 30 17
Octal 130 42 37 0 75 101 101 3 60 27
Binary 1011000 100010 11111 0 111101 1000001 1000001 11 110000 10111

Color Harmonies of #58221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58221F

Black with #58221F

Text Example


Text Example

White with #58221F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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