#D9615B

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

Shades of Roman #D9615B

Tints of Roman #D9615B

Color information

#D9615B (or 0xD9615B) is unknown color: approx Roman. HEX triplet: D9, 61 and 5B. RGB value is (217,97,91). Sum of RGB (Red+Green+Blue) = 217+97+91=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D9615B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9615B is #269EA4. Grayscale: #848484. Windows color (decimal): -2530981 or 5988825. OLE color: 5988825.

HSL color Cylindrical-coordinate representation of color #D9615B: hue angle of 2.86º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9615B is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB2179791-
CMYK00.550.580.15
HSL2.86º62.38%60.39%-
HSV(B)2.86º58.06%85.1%-
XYZ34.7824.0612.71-
YUV132.2104.76188.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.58%
GREEN value IS 97 (38.28% from 255) = 23.95%
BLUE value IS 91 (35.94% from 255) = 22.47%
R=53.58%
G=23.95%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217979100.550.580.152.8662.3860.39
HexD9615B0373AF33e3c
Octal331141133067721737674
Binary11011001110000110110110110111111010111111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9615B; }

 p { color: rgb(217,97,91); }

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

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

 a { background-color: rgb(217,97,91); }

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

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

 span { border-color: rgb(217,97,91); }

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