Html Css Color HEX #5A201F Red Oxide

📋 copy color: '#5A201F'

red 90 ◦ green 32 ◦ blue 31

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

Shades of Red Oxide #5A201F

Tints of Red Oxide #5A201F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.92%

 BLUE value IS 31 (12.5% from 255) = 20.26%

R = 58.82%
G = 20.92%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#5A201F (or 0x5A201F) is known color: Red Oxide. HEX triplet: 5A, 20 and 1F. RGB value is (90,32,31). Sum of RGB (Red+Green+Blue) = 90+32+31=153 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.82% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 90 - color contains mainly: red. Hex color #5A201F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A201F is #A5DFE0. Grayscale: #313131. Windows color (decimal): -10870753 or 2039898. OLE color: 2039898.

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

Color convert

RGB 90 32 31 -
CMYK 0 0.64 0.66 0.65
HSL 1.02º 0.49% 0.24% -
HSV(B) 1.02º 0.66% 0.35% -
XYZ 4.98 3.31 1.67 -
YUV 49.23 117.72 157.08 -
System Red Green Blue C M Y K H S L
Decimal 90 32 31 0 0.64 0.66 0.65 1.02 0.49 0.24
Hex 5A 20 1F 0 40 42 41 1 31 18
Octal 132 40 37 0 100 102 101 1 61 30
Binary 1011010 100000 11111 0 1000000 1000010 1000001 1 110001 11000

Color Harmonies of #5A201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A201F

Black with #5A201F

Text Example


Text Example

White with #5A201F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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