#D75651

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

Shades of Valencia #D75651

Tints of Valencia #D75651

Color information

#D75651 (or 0xD75651) is unknown color: approx Valencia. HEX triplet: D7, 56 and 51. RGB value is (215,86,81). Sum of RGB (Red+Green+Blue) = 215+86+81=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D75651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75651 is #28A9AE. Grayscale: #7C7C7C. Windows color (decimal): -2664879 or 5330647. OLE color: 5330647.

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

Color convert

RGB2158681-
CMYK00.60.620.16
HSL2.24º62.62%58.04%-
HSV(B)2.24º62.33%84.31%-
XYZ32.8421.710.24-
YUV124103.74192.91-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 56.28%
GREEN value IS 86 (33.98% from 255) = 22.51%
BLUE value IS 81 (32.03% from 255) = 21.20%
R=56.28%
G=22.51%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215868100.60.620.162.2462.6258.04
HexD7565103C3E1023f3a
Octal327126121074762027772
Binary110101111010110101000101111001111101000010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75651; }

 p { color: rgb(215,86,81); }

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

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

 a { background-color: rgb(215,86,81); }

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

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

 span { border-color: rgb(215,86,81); }

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