Html Css Color HEX #5A1413 Red Oxide

📋 copy color: '#5A1413'

red 90 ◦ green 20 ◦ blue 19

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

Shades of Red Oxide #5A1413

Tints of Red Oxide #5A1413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.5%

 BLUE value IS 19 (7.81% from 255) = 14.73%

R = 69.77%
G = 15.5%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#5A1413 (or 0x5A1413) is known color: Red Oxide. HEX triplet: 5A, 14 and 13. RGB value is (90,20,19). Sum of RGB (Red+Green+Blue) = 90+20+19=129 (17% of max value = 765). Red value is 90 (35.55% from 255 or 69.77% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1413 is #A5EBEC. Grayscale: #282828. Windows color (decimal): -10873837 or 1250394. OLE color: 1250394.

HSL color Cylindrical-coordinate representation of color #5A1413: hue angle of 0.85º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A1413 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 20 19 -
CMYK 0 0.78 0.79 0.65
HSL 0.85º 0.65% 0.21% -
HSV(B) 0.85º 0.79% 0.35% -
XYZ 4.58 2.72 0.9 -
YUV 40.82 115.69 163.08 -
System Red Green Blue C M Y K H S L
Decimal 90 20 19 0 0.78 0.79 0.65 0.85 0.65 0.21
Hex 5A 14 13 0 4E 4F 41 1 41 15
Octal 132 24 23 0 116 117 101 1 101 25
Binary 1011010 10100 10011 0 1001110 1001111 1000001 1 1000001 10101

Color Harmonies of #5A1413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1413

Black with #5A1413

Text Example


Text Example

White with #5A1413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,20,19); }

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

background-color css

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

 a { background-color: rgb(90,20,19); }

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

border-color css

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

 span { border-color: rgb(90,20,19); }

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