Html Css Color HEX #5A2322 Red Oxide

📋 copy color: '#5A2322'

red 90 ◦ green 35 ◦ blue 34

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

Shades of Red Oxide #5A2322

Tints of Red Oxide #5A2322

RGB

 RED value IS 90 (35.55% from 255) = 56.6%

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

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

R = 56.6%
G = 22.01%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#5A2322 (or 0x5A2322) is known color: Red Oxide. HEX triplet: 5A, 23 and 22. RGB value is (90,35,34). Sum of RGB (Red+Green+Blue) = 90+35+34=159 (21% of max value = 765). Red value is 90 (35.55% from 255 or 56.60% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 34 (13.67% from 255 or 21.38% from 159); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2322 is #A5DCDD. Grayscale: #333333. Windows color (decimal): -10869982 or 2237274. OLE color: 2237274.

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

Color convert

RGB 90 35 34 -
CMYK 0 0.61 0.62 0.65
HSL 1.07º 0.45% 0.24% -
HSV(B) 1.07º 0.62% 0.35% -
XYZ 5.11 3.49 1.92 -
YUV 51.33 118.22 155.58 -
System Red Green Blue C M Y K H S L
Decimal 90 35 34 0 0.61 0.62 0.65 1.07 0.45 0.24
Hex 5A 23 22 0 3D 3E 41 1 2D 18
Octal 132 43 42 0 75 76 101 1 55 30
Binary 1011010 100011 100010 0 111101 111110 1000001 1 101101 11000

Color Harmonies of #5A2322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2322

Black with #5A2322

Text Example


Text Example

White with #5A2322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A2322; }

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

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

background-color css

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

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

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

border-color css

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

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

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