Html Css Color HEX #5A1409 Red Oxide

📋 copy color: '#5A1409'

red 90 ◦ green 20 ◦ blue 9

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

Shades of Red Oxide #5A1409

Tints of Red Oxide #5A1409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.56%

R = 75.63%
G = 16.81%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.9

 K value IS 0.65

RGB Variations

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

Color information

#5A1409 (or 0x5A1409) is known color: Red Oxide. HEX triplet: 5A, 14 and 09. RGB value is (90,20,9). Sum of RGB (Red+Green+Blue) = 90+20+9=119 (15% of max value = 765). Red value is 90 (35.55% from 255 or 75.63% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 9 (3.91% from 255 or 7.56% from 119); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1409 is #A5EBF6. Grayscale: #272727. Windows color (decimal): -10873847 or 595034. OLE color: 595034.

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

Color convert

RGB 90 20 9 -
CMYK 0 0.78 0.9 0.65
HSL 8.15º 0.82% 0.19% -
HSV(B) 8.15º 0.9% 0.35% -
XYZ 4.52 2.69 0.54 -
YUV 39.68 110.69 163.89 -
System Red Green Blue C M Y K H S L
Decimal 90 20 9 0 0.78 0.9 0.65 8.15 0.82 0.19
Hex 5A 14 9 0 4E 5A 41 8 52 13
Octal 132 24 11 0 116 132 101 10 122 23
Binary 1011010 10100 1001 0 1001110 1011010 1000001 1000 1010010 10011

Color Harmonies of #5A1409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1409

Black with #5A1409

Text Example


Text Example

White with #5A1409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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