Html Css Color HEX #D16461 Roman

📋 copy color: '#D16461'

red 209 ◦ green 100 ◦ blue 97

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

Shades of Roman #D16461

Tints of Roman #D16461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.63%

 BLUE value IS 97 (38.28% from 255) = 23.89%

R = 51.48%
G = 24.63%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D16461 (or 0xD16461) is known color: Roman. HEX triplet: D1, 64 and 61. RGB value is (209,100,97). Sum of RGB (Red+Green+Blue) = 209+100+97=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D16461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16461 is #2E9B9E. Grayscale: #848484. Windows color (decimal): -3054495 or 6382801. OLE color: 6382801.

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

Color convert

RGB 209 100 97 -
CMYK 0 0.52 0.54 0.18
HSL 1.61º 0.55% 0.6% -
HSV(B) 1.61º 0.54% 0.82% -
XYZ 33.01 23.53 14.11 -
YUV 132.25 108.11 182.74 -
System Red Green Blue C M Y K H S L
Decimal 209 100 97 0 0.52 0.54 0.18 1.61 0.55 0.6
Hex D1 64 61 0 34 36 12 2 37 3C
Octal 321 144 141 0 64 66 22 2 67 74
Binary 11010001 1100100 1100001 0 110100 110110 10010 10 110111 111100

Color Harmonies of #D16461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16461

Black with #D16461

Text Example


Text Example

White with #D16461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16461; }

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

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

background-color css

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

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

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

border-color css

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

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

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