Html Css Color HEX #5A1915 Red Oxide

📋 copy color: '#5A1915'

red 90 ◦ green 25 ◦ blue 21

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

Shades of Red Oxide #5A1915

Tints of Red Oxide #5A1915

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.38%

 BLUE value IS 21 (8.59% from 255) = 15.44%

R = 66.18%
G = 18.38%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#5A1915 (or 0x5A1915) is known color: Red Oxide. HEX triplet: 5A, 19 and 15. RGB value is (90,25,21). Sum of RGB (Red+Green+Blue) = 90+25+21=136 (18% of max value = 765). Red value is 90 (35.55% from 255 or 66.18% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1915 is #A5E6EA. Grayscale: #2C2C2C. Windows color (decimal): -10872555 or 1382746. OLE color: 1382746.

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

Color convert

RGB 90 25 21 -
CMYK 0 0.72 0.77 0.65
HSL 3.48º 0.62% 0.22% -
HSV(B) 3.48º 0.77% 0.35% -
XYZ 4.7 2.92 1.03 -
YUV 43.98 115.03 160.83 -
System Red Green Blue C M Y K H S L
Decimal 90 25 21 0 0.72 0.77 0.65 3.48 0.62 0.22
Hex 5A 19 15 0 48 4D 41 3 3E 16
Octal 132 31 25 0 110 115 101 3 76 26
Binary 1011010 11001 10101 0 1001000 1001101 1000001 11 111110 10110

Color Harmonies of #5A1915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1915

Black with #5A1915

Text Example


Text Example

White with #5A1915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,25,21); }

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

background-color css

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

 a { background-color: rgb(90,25,21); }

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

border-color css

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

 span { border-color: rgb(90,25,21); }

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