#D1655C

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

Shades of Roman #D1655C

Tints of Roman #D1655C

Color information

#D1655C (or 0xD1655C) is unknown color: approx Roman. HEX triplet: D1, 65 and 5C. RGB value is (209,101,92). Sum of RGB (Red+Green+Blue) = 209+101+92=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D1655C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1655C is #2E9AA3. Grayscale: #848484. Windows color (decimal): -3054244 or 6055377. OLE color: 6055377.

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

Color convert

RGB20910192-
CMYK00.520.560.18
HSL4.62º55.98%59.02%-
HSV(B)4.62º55.98%81.96%-
XYZ32.8823.6412.95-
YUV132.27105.28182.73-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.99%
GREEN value IS 101 (39.84% from 255) = 25.12%
BLUE value IS 92 (36.33% from 255) = 22.89%
R=51.99%
G=25.12%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091019200.520.560.184.6255.9859.02
HexD1655C03438125383b
Octal321145134064702257073
Binary1101000111001011011100011010011100010010101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1655C; }

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

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

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

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

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

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

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

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