#D86361

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

Shades of Roman #D86361

Tints of Roman #D86361

Color information

#D86361 (or 0xD86361) is unknown color: approx Roman. HEX triplet: D8, 63 and 61. RGB value is (216,99,97). Sum of RGB (Red+Green+Blue) = 216+99+97=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D86361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86361 is #279C9E. Grayscale: #858585. Windows color (decimal): -2595999 or 6382552. OLE color: 6382552.

HSL color Cylindrical-coordinate representation of color #D86361: hue angle of 1.01º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D86361 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB2169997-
CMYK00.540.550.15
HSL1.01º60.41%61.37%-
HSV(B)1.01º55.09%84.71%-
XYZ34.9424.3914.17-
YUV133.76107.26186.66-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.43%
GREEN value IS 99 (39.06% from 255) = 24.03%
BLUE value IS 97 (38.28% from 255) = 23.54%
R=52.43%
G=24.03%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216999700.540.550.151.0160.4161.37
HexD8636103637F13c3d
Octal330143141066671717475
Binary1101100011000111100001011011011011111111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86361; }

 p { color: rgb(216,99,97); }

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

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

 a { background-color: rgb(216,99,97); }

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

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

 span { border-color: rgb(216,99,97); }

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