#D13B53

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

Shades of Old Rose #D13B53

Tints of Old Rose #D13B53

Color information

#D13B53 (or 0xD13B53) is unknown color: approx Old Rose. HEX triplet: D1, 3B and 53. RGB value is (209,59,83). Sum of RGB (Red+Green+Blue) = 209+59+83=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D13B53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13B53 is #2EC4AC. Grayscale: #6A6A6A. Windows color (decimal): -3065005 or 5454801. OLE color: 5454801.

HSL color Cylindrical-coordinate representation of color #D13B53: hue angle of 350.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13B53 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB2095983-
CMYK00.720.600.18
HSL350.4º61.98%52.55%-
HSV(B)350.4º71.77%81.96%-
XYZ29.4217.319.97-
YUV106.59114.7201.05-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 59.54%
GREEN value IS 59 (23.44% from 255) = 16.81%
BLUE value IS 83 (32.81% from 255) = 23.65%
R=59.54%
G=16.81%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209598300.720.600.18350.461.9852.55
HexD13B530483C1215e3e35
Octal32173123011074225367665
Binary1101000111101110100110100100011110010010101011110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13B53; }

 p { color: rgb(209,59,83); }

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

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

 a { background-color: rgb(209,59,83); }

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

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

 span { border-color: rgb(209,59,83); }

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