Html Css Color HEX #582323 Red Oxide

📋 copy color: '#582323'

red 88 ◦ green 35 ◦ blue 35

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

Shades of Red Oxide #582323

Tints of Red Oxide #582323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 22.15%

R = 55.7%
G = 22.15%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#582323 (or 0x582323) is known color: Red Oxide. HEX triplet: 58, 23 and 23. RGB value is (88,35,35). Sum of RGB (Red+Green+Blue) = 88+35+35=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 35 (14.06% from 255 or 22.15% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #582323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582323 is #A7DCDC. Grayscale: #323232. Windows color (decimal): -11001053 or 2302808. OLE color: 2302808.

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

Color convert

RGB 88 35 35 -
CMYK 0 0.60 0.60 0.65
HSL 0.43% 0.24% -
HSV(B) 0.6% 0.35% -
XYZ 4.93 3.4 1.99 -
YUV 50.85 119.06 154.5 -
System Red Green Blue C M Y K H S L
Decimal 88 35 35 0 0.60 0.60 0.65 0 0.43 0.24
Hex 58 23 23 0 3C 3C 41 0 2B 18
Octal 130 43 43 0 74 74 101 0 53 30
Binary 1011000 100011 100011 0 111100 111100 1000001 0 101011 11000

Color Harmonies of #582323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582323

Black with #582323

Text Example


Text Example

White with #582323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582323; }

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

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

background-color css

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

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

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

border-color css

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

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

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