#D16558

Color #D16558 Roman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman #D16558

Tints of Roman #D16558

Color information

#D16558 (or 0xD16558) is unknown color: approx Roman. HEX triplet: D1, 65 and 58. RGB value is (209,101,88). Sum of RGB (Red+Green+Blue) = 209+101+88=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 88 (34.77% from 255 or 22.11% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D16558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16558 is #2E9AA7. Grayscale: #838383. Windows color (decimal): -3054248 or 5793233. OLE color: 5793233.

HSL color Cylindrical-coordinate representation of color #D16558: hue angle of 6.45º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D16558 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB20910188-
CMYK00.520.580.18
HSL6.45º56.81%58.24%-
HSV(B)6.45º57.89%81.96%-
XYZ32.7123.5712.06-
YUV131.81103.28183.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.51%
GREEN value IS 101 (39.84% from 255) = 25.38%
BLUE value IS 88 (34.77% from 255) = 22.11%
R=52.51%
G=25.38%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091018800.520.580.186.4556.8158.24
HexD165580343A126393a
Octal321145130064722267172
Binary1101000111001011011000011010011101010010110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16558; }

 p { color: rgb(209,101,88); }

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

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

 a { background-color: rgb(209,101,88); }

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

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

 span { border-color: rgb(209,101,88); }

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