#D46352

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

Shades of Roman #D46352

Tints of Roman #D46352

Color information

#D46352 (or 0xD46352) is unknown color: approx Roman. HEX triplet: D4, 63 and 52. RGB value is (212,99,82). Sum of RGB (Red+Green+Blue) = 212+99+82=393 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.94% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 212 - color contains mainly: red. Hex color #D46352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46352 is #2B9CAD. Grayscale: #838383. Windows color (decimal): -2858158 or 5399508. OLE color: 5399508.

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

Color convert

RGB2129982-
CMYK00.530.610.17
HSL7.85º60.19%57.65%-
HSV(B)7.85º61.32%83.14%-
XYZ33.1423.5310.78-
YUV130.85100.44185.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.94%
GREEN value IS 99 (39.06% from 255) = 25.19%
BLUE value IS 82 (32.42% from 255) = 20.87%
R=53.94%
G=25.19%
B=20.87%

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
Decimal212998200.530.610.177.8560.1957.65
HexD463520353D1183c3a
Octal3241431220657521107472
Binary11010100110001110100100110101111101100011000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46352; }

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

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

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

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

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

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

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

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