Html Css Color HEX #582322 Red Oxide

📋 copy color: '#582322'

red 88 ◦ green 35 ◦ blue 34

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

Shades of Red Oxide #582322

Tints of Red Oxide #582322

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.29%

 BLUE value IS 34 (13.67% from 255) = 21.66%

R = 56.05%
G = 22.29%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#582322 (or 0x582322) is known color: Red Oxide. HEX triplet: 58, 23 and 22. RGB value is (88,35,34). Sum of RGB (Red+Green+Blue) = 88+35+34=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 34 (13.67% from 255 or 21.66% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #582322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582322 is #A7DCDD. Grayscale: #323232. Windows color (decimal): -11001054 or 2237272. OLE color: 2237272.

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

Color convert

RGB 88 35 34 -
CMYK 0 0.60 0.61 0.65
HSL 1.11º 0.44% 0.24% -
HSV(B) 1.11º 0.61% 0.35% -
XYZ 4.91 3.39 1.91 -
YUV 50.73 118.56 154.58 -
System Red Green Blue C M Y K H S L
Decimal 88 35 34 0 0.60 0.61 0.65 1.11 0.44 0.24
Hex 58 23 22 0 3C 3D 41 1 2C 18
Octal 130 43 42 0 74 75 101 1 54 30
Binary 1011000 100011 100010 0 111100 111101 1000001 1 101100 11000

Color Harmonies of #582322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582322

Black with #582322

Text Example


Text Example

White with #582322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582322; }

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

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

background-color css

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

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

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

border-color css

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

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

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