#D46552

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

Shades of Roman #D46552

Tints of Roman #D46552

Color information

#D46552 (or 0xD46552) is unknown color: approx Roman. HEX triplet: D4, 65 and 52. RGB value is (212,101,82). Sum of RGB (Red+Green+Blue) = 212+101+82=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D46552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46552 is #2B9AAD. Grayscale: #848484. Windows color (decimal): -2857646 or 5400020. OLE color: 5400020.

HSL color Cylindrical-coordinate representation of color #D46552: hue angle of 8.77º 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 #D46552 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB21210182-
CMYK00.520.610.17
HSL8.77º60.19%57.65%-
HSV(B)8.77º61.32%83.14%-
XYZ33.3323.9110.84-
YUV132.0299.77185.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.67%
GREEN value IS 101 (39.84% from 255) = 25.57%
BLUE value IS 82 (32.42% from 255) = 20.76%
R=53.67%
G=25.57%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121018200.520.610.178.7760.1957.65
HexD465520343D1193c3a
Octal3241451220647521117472
Binary11010100110010110100100110100111101100011001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46552; }

 p { color: rgb(212,101,82); }

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

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

 a { background-color: rgb(212,101,82); }

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

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

 span { border-color: rgb(212,101,82); }

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