#D46452

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

Shades of Roman #D46452

Tints of Roman #D46452

Color information

#D46452 (or 0xD46452) is unknown color: approx Roman. HEX triplet: D4, 64 and 52. RGB value is (212,100,82). Sum of RGB (Red+Green+Blue) = 212+100+82=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D46452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46452 is #2B9BAD. Grayscale: #838383. Windows color (decimal): -2857902 or 5399764. OLE color: 5399764.

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

Color convert

RGB21210082-
CMYK00.530.610.17
HSL8.31º60.19%57.65%-
HSV(B)8.31º61.32%83.14%-
XYZ33.2323.7210.81-
YUV131.44100.11185.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.81%
GREEN value IS 100 (39.45% from 255) = 25.38%
BLUE value IS 82 (32.42% from 255) = 20.81%
R=53.81%
G=25.38%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121008200.530.610.178.3160.1957.65
HexD464520353D1183c3a
Octal3241441220657521107472
Binary11010100110010010100100110101111101100011000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46452; }

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

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

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

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

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

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

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

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