#5A170D

Color #5A170D Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #5A170D

Tints of Red Oxide #5A170D

Color information

#5A170D (or 0x5A170D) is unknown color: approx Red Oxide. HEX triplet: 5A, 17 and 0D. RGB value is (90,23,13). Sum of RGB (Red+Green+Blue) = 90+23+13=126 (16% of max value = 765). Red value is 90 (35.55% from 255 or 71.43% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 90 - color contains mainly: red. Hex color #5A170D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A170D is #A5E8F2. Grayscale: #2A2A2A. Windows color (decimal): -10873075 or 857946. OLE color: 857946.

HSL color Cylindrical-coordinate representation of color #5A170D: hue angle of 7.79º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A170D is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB902313-
CMYK00.740.860.65
HSL7.79º74.76%20.2%-
HSV(B)7.79º85.56%35.29%-
XYZ4.62.820.68-
YUV41.89111.7162.31-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 71.43%
GREEN value IS 23 (9.38% from 255) = 18.25%
BLUE value IS 13 (5.47% from 255) = 10.32%
R=71.43%
G=18.25%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90231300.740.860.657.7974.7620.2
Hex5A17D04A564184b14
Octal132271501121261011011324
Binary101101010111110101001010101011010000011000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A170D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,23,13); }

 H1.HeaderClassName
 {
   color: #5A170D;
 }
 .AnyTagClassName
 {
   color: #5A170D;
 }
</style>
background-color css

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

 a { background-color: rgb(90,23,13); }

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

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

 span { border-color: rgb(90,23,13); }

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