Html Css Color HEX #5A1E15 Red Oxide

📋 copy color: '#5A1E15'

red 90 ◦ green 30 ◦ blue 21

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

Shades of Red Oxide #5A1E15

Tints of Red Oxide #5A1E15

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.28%

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

R = 63.83%
G = 21.28%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#5A1E15 (or 0x5A1E15) is known color: Red Oxide. HEX triplet: 5A, 1E and 15. RGB value is (90,30,21). Sum of RGB (Red+Green+Blue) = 90+30+21=141 (18% of max value = 765). Red value is 90 (35.55% from 255 or 63.83% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A1E15 is #A5E1EA. Grayscale: #2F2F2F. Windows color (decimal): -10871275 or 1384026. OLE color: 1384026.

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

Color convert

RGB 90 30 21 -
CMYK 0 0.67 0.77 0.65
HSL 7.83º 0.62% 0.22% -
HSV(B) 7.83º 0.77% 0.35% -
XYZ 4.82 3.16 1.06 -
YUV 46.91 113.38 158.73 -
System Red Green Blue C M Y K H S L
Decimal 90 30 21 0 0.67 0.77 0.65 7.83 0.62 0.22
Hex 5A 1E 15 0 43 4D 41 8 3E 16
Octal 132 36 25 0 103 115 101 10 76 26
Binary 1011010 11110 10101 0 1000011 1001101 1000001 1000 111110 10110

Color Harmonies of #5A1E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1E15

Black with #5A1E15

Text Example


Text Example

White with #5A1E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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