Html Css Color HEX #582220 Red Oxide

📋 copy color: '#582220'

red 88 ◦ green 34 ◦ blue 32

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

Shades of Red Oxide #582220

Tints of Red Oxide #582220

RGB

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

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

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

R = 57.14%
G = 22.08%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#582220 (or 0x582220) is known color: Red Oxide. HEX triplet: 58, 22 and 20. RGB value is (88,34,32). Sum of RGB (Red+Green+Blue) = 88+34+32=154 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.14% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 88 - color contains mainly: red. Hex color #582220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582220 is #A7DDDF. Grayscale: #313131. Windows color (decimal): -11001312 or 2105944. OLE color: 2105944.

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

Color convert

RGB 88 34 32 -
CMYK 0 0.61 0.64 0.65
HSL 2.14º 0.47% 0.24% -
HSV(B) 2.14º 0.64% 0.35% -
XYZ 4.86 3.32 1.75 -
YUV 49.92 117.89 155.16 -
System Red Green Blue C M Y K H S L
Decimal 88 34 32 0 0.61 0.64 0.65 2.14 0.47 0.24
Hex 58 22 20 0 3D 40 41 2 2F 18
Octal 130 42 40 0 75 100 101 2 57 30
Binary 1011000 100010 100000 0 111101 1000000 1000001 10 101111 11000

Color Harmonies of #582220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582220

Black with #582220

Text Example


Text Example

White with #582220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582220; }

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

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

background-color css

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

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

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

border-color css

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

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

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