Html Css Color HEX #532323 Red Oxide

📋 copy color: '#532323'

red 83 ◦ green 35 ◦ blue 35

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

Shades of Red Oxide #532323

Tints of Red Oxide #532323

RGB

 RED value IS 83 (32.81% from 255) = 54.25%

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

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

R = 54.25%
G = 22.88%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#532323 (or 0x532323) is known color: Red Oxide. HEX triplet: 53, 23 and 23. RGB value is (83,35,35). Sum of RGB (Red+Green+Blue) = 83+35+35=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 35 (14.06% from 255 or 22.88% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #532323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532323 is #ACDCDC. Grayscale: #313131. Windows color (decimal): -11328733 or 2302803. OLE color: 2302803.

HSL color Cylindrical-coordinate representation of color #532323: hue angle of 0º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #532323 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 35 35 -
CMYK 0 0.58 0.58 0.67
HSL 0.41% 0.23% -
HSV(B) 0.58% 0.33% -
XYZ 4.47 3.16 1.96 -
YUV 49.35 119.9 152 -
System Red Green Blue C M Y K H S L
Decimal 83 35 35 0 0.58 0.58 0.67 0 0.41 0.23
Hex 53 23 23 0 3A 3A 43 0 29 17
Octal 123 43 43 0 72 72 103 0 51 27
Binary 1010011 100011 100011 0 111010 111010 1000011 0 101001 10111

Color Harmonies of #532323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532323

Black with #532323

Text Example


Text Example

White with #532323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532323; }

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

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

background-color css

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

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

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

border-color css

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

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

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