Html Css Color HEX #5A211F Red Oxide

📋 copy color: '#5A211F'

red 90 ◦ green 33 ◦ blue 31

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

Shades of Red Oxide #5A211F

Tints of Red Oxide #5A211F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.43%

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

R = 58.44%
G = 21.43%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#5A211F (or 0x5A211F) is known color: Red Oxide. HEX triplet: 5A, 21 and 1F. RGB value is (90,33,31). Sum of RGB (Red+Green+Blue) = 90+33+31=154 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.44% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 90 - color contains mainly: red. Hex color #5A211F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A211F is #A5DEE0. Grayscale: #313131. Windows color (decimal): -10870497 or 2040154. OLE color: 2040154.

HSL color Cylindrical-coordinate representation of color #5A211F: hue angle of 2.03º 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 #5A211F is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 33 31 -
CMYK 0 0.63 0.66 0.65
HSL 2.03º 0.49% 0.24% -
HSV(B) 2.03º 0.66% 0.35% -
XYZ 5.01 3.36 1.68 -
YUV 49.82 117.38 156.66 -
System Red Green Blue C M Y K H S L
Decimal 90 33 31 0 0.63 0.66 0.65 2.03 0.49 0.24
Hex 5A 21 1F 0 3F 42 41 2 31 18
Octal 132 41 37 0 77 102 101 2 61 30
Binary 1011010 100001 11111 0 111111 1000010 1000001 10 110001 11000

Color Harmonies of #5A211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A211F

Black with #5A211F

Text Example


Text Example

White with #5A211F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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