Html Css Color HEX #D16156 Roman

📋 copy color: '#D16156'

red 209 ◦ green 97 ◦ blue 86

#D16156
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roman #D16156

Tints of Roman #D16156

RGB

 RED value IS 209 (82.03% from 255) = 53.32%

 GREEN value IS 97 (38.28% from 255) = 24.74%

 BLUE value IS 86 (33.98% from 255) = 21.94%

R = 53.32%
G = 24.74%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D16156 (or 0xD16156) is known color: Roman. HEX triplet: D1, 61 and 56. RGB value is (209,97,86). Sum of RGB (Red+Green+Blue) = 209+97+86=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D16156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16156 is #2E9EA9. Grayscale: #818181. Windows color (decimal): -3055274 or 5661137. OLE color: 5661137.

HSL color Cylindrical-coordinate representation of color #D16156: hue angle of 5.37º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D16156 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 97 86 -
CMYK 0 0.54 0.59 0.18
HSL 5.37º 0.57% 0.58% -
HSV(B) 5.37º 0.59% 0.82% -
XYZ 32.25 22.78 11.5 -
YUV 129.23 103.61 184.89 -
System Red Green Blue C M Y K H S L
Decimal 209 97 86 0 0.54 0.59 0.18 5.37 0.57 0.58
Hex D1 61 56 0 36 3B 12 5 39 3A
Octal 321 141 126 0 66 73 22 5 71 72
Binary 11010001 1100001 1010110 0 110110 111011 10010 101 111001 111010

Color Harmonies of #D16156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16156

Black with #D16156

Text Example


Text Example

White with #D16156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16156; }

 p { color: rgb(209,97,86); }

 H1.HeaderClassName
 {
   color: #D16156;
 }
 .AnyTagClassName
 {
   color: #D16156;
 }
</style>

background-color css

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

 a { background-color: rgb(209,97,86); }

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

border-color css

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

 span { border-color: rgb(209,97,86); }

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