Html Css Color HEX #5A1615 Red Oxide

📋 copy color: '#5A1615'

red 90 ◦ green 22 ◦ blue 21

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

Shades of Red Oxide #5A1615

Tints of Red Oxide #5A1615

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.54%

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

R = 67.67%
G = 16.54%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#5A1615 (or 0x5A1615) is known color: Red Oxide. HEX triplet: 5A, 16 and 15. RGB value is (90,22,21). Sum of RGB (Red+Green+Blue) = 90+22+21=133 (17% of max value = 765). Red value is 90 (35.55% from 255 or 67.67% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1615 is #A5E9EA. Grayscale: #2A2A2A. Windows color (decimal): -10873323 or 1381978. OLE color: 1381978.

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

Color convert

RGB 90 22 21 -
CMYK 0 0.76 0.77 0.65
HSL 0.87º 0.62% 0.22% -
HSV(B) 0.87º 0.77% 0.35% -
XYZ 4.64 2.8 1.01 -
YUV 42.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 90 22 21 0 0.76 0.77 0.65 0.87 0.62 0.22
Hex 5A 16 15 0 4C 4D 41 1 3E 16
Octal 132 26 25 0 114 115 101 1 76 26
Binary 1011010 10110 10101 0 1001100 1001101 1000001 1 111110 10110

Color Harmonies of #5A1615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1615

Black with #5A1615

Text Example


Text Example

White with #5A1615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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