Html Css Color HEX #582120 Red Oxide

📋 copy color: '#582120'

red 88 ◦ green 33 ◦ blue 32

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

Shades of Red Oxide #582120

Tints of Red Oxide #582120

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.57%

 BLUE value IS 32 (12.89% from 255) = 20.92%

R = 57.52%
G = 21.57%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#582120 (or 0x582120) is known color: Red Oxide. HEX triplet: 58, 21 and 20. RGB value is (88,33,32). Sum of RGB (Red+Green+Blue) = 88+33+32=153 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.52% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 88 - color contains mainly: red. Hex color #582120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582120 is #A7DEDF. Grayscale: #313131. Windows color (decimal): -11001568 or 2105688. OLE color: 2105688.

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

Color convert

RGB 88 33 32 -
CMYK 0 0.62 0.64 0.65
HSL 1.07º 0.47% 0.24% -
HSV(B) 1.07º 0.64% 0.35% -
XYZ 4.83 3.27 1.74 -
YUV 49.33 118.22 155.58 -
System Red Green Blue C M Y K H S L
Decimal 88 33 32 0 0.62 0.64 0.65 1.07 0.47 0.24
Hex 58 21 20 0 3E 40 41 1 2F 18
Octal 130 41 40 0 76 100 101 1 57 30
Binary 1011000 100001 100000 0 111110 1000000 1000001 1 101111 11000

Color Harmonies of #582120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582120

Black with #582120

Text Example


Text Example

White with #582120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582120; }

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

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

background-color css

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

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

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

border-color css

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

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

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