Html Css Color HEX #5A2320 Red Oxide

📋 copy color: '#5A2320'

red 90 ◦ green 35 ◦ blue 32

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

Shades of Red Oxide #5A2320

Tints of Red Oxide #5A2320

RGB

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

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

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

R = 57.32%
G = 22.29%
B = 20.38%

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

#5A2320 (or 0x5A2320) is known color: Red Oxide. HEX triplet: 5A, 23 and 20. RGB value is (90,35,32). Sum of RGB (Red+Green+Blue) = 90+35+32=157 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.32% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2320 is #A5DCDF. Grayscale: #333333. Windows color (decimal): -10869984 or 2106202. OLE color: 2106202.

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

Color convert

RGB 90 35 32 -
CMYK 0 0.61 0.64 0.65
HSL 3.1º 0.48% 0.24% -
HSV(B) 3.1º 0.64% 0.35% -
XYZ 5.08 3.48 1.77 -
YUV 51.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 90 35 32 0 0.61 0.64 0.65 3.1 0.48 0.24
Hex 5A 23 20 0 3D 40 41 3 30 18
Octal 132 43 40 0 75 100 101 3 60 30
Binary 1011010 100011 100000 0 111101 1000000 1000001 11 110000 11000

Color Harmonies of #5A2320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2320

Black with #5A2320

Text Example


Text Example

White with #5A2320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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