#D4536F

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

Shades of Cabaret #D4536F

Tints of Cabaret #D4536F

Color information

#D4536F (or 0xD4536F) is unknown color: approx Cabaret. HEX triplet: D4, 53 and 6F. RGB value is (212,83,111). Sum of RGB (Red+Green+Blue) = 212+83+111=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D4536F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4536F is #2BAC90. Grayscale: #7C7C7C. Windows color (decimal): -2862225 or 7295956. OLE color: 7295956.

HSL color Cylindrical-coordinate representation of color #D4536F: hue angle of 346.98º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D4536F is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB21283111-
CMYK00.610.480.17
HSL346.98º60%57.84%-
HSV(B)346.98º60.85%83.14%-
XYZ33.1121.3317.41-
YUV124.76120.24190.22-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.22%
GREEN value IS 83 (32.81% from 255) = 20.44%
BLUE value IS 111 (43.75% from 255) = 27.34%
R=52.22%
G=20.44%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2128311100.610.480.17346.986057.84
HexD4536F03D301115b3c3a
Octal32412315707560215337472
Binary1101010010100111101111011110111000010001101011011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4536F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4536F; }

 p { color: rgb(212,83,111); }

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

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

 a { background-color: rgb(212,83,111); }

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

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

 span { border-color: rgb(212,83,111); }

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