Html Css Color HEX #5A1509 Red Oxide

📋 copy color: '#5A1509'

red 90 ◦ green 21 ◦ blue 9

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

Shades of Red Oxide #5A1509

Tints of Red Oxide #5A1509

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.5%

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

R = 75%
G = 17.5%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.9

 K value IS 0.65

RGB Variations

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

Color information

#5A1509 (or 0x5A1509) is known color: Red Oxide. HEX triplet: 5A, 15 and 09. RGB value is (90,21,9). Sum of RGB (Red+Green+Blue) = 90+21+9=120 (15% of max value = 765). Red value is 90 (35.55% from 255 or 75% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1509 is #A5EAF6. Grayscale: #282828. Windows color (decimal): -10873591 or 595290. OLE color: 595290.

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

Color convert

RGB 90 21 9 -
CMYK 0 0.77 0.9 0.65
HSL 8.89º 0.82% 0.19% -
HSV(B) 8.89º 0.9% 0.35% -
XYZ 4.53 2.73 0.55 -
YUV 40.26 110.36 163.48 -
System Red Green Blue C M Y K H S L
Decimal 90 21 9 0 0.77 0.9 0.65 8.89 0.82 0.19
Hex 5A 15 9 0 4D 5A 41 9 52 13
Octal 132 25 11 0 115 132 101 11 122 23
Binary 1011010 10101 1001 0 1001101 1011010 1000001 1001 1010010 10011

Color Harmonies of #5A1509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1509

Black with #5A1509

Text Example


Text Example

White with #5A1509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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