Html Css Color HEX #D16969 Roman

📋 copy color: '#D16969'

red 209 ◦ green 105 ◦ blue 105

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

Shades of Roman #D16969

Tints of Roman #D16969

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.06%

 BLUE value IS 105 (41.41% from 255) = 25.06%

R = 49.88%
G = 25.06%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D16969 (or 0xD16969) is known color: Roman. HEX triplet: D1, 69 and 69. RGB value is (209,105,105). Sum of RGB (Red+Green+Blue) = 209+105+105=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D16969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16969 is #2E9696. Grayscale: #888888. Windows color (decimal): -3053207 or 6908369. OLE color: 6908369.

HSL color Cylindrical-coordinate representation of color #D16969: hue angle of 0º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16969 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 105 105 -
CMYK 0 0.50 0.50 0.18
HSL 0.53% 0.62% -
HSV(B) 0.5% 0.82% -
XYZ 33.9 24.68 16.34 -
YUV 136.1 110.46 180 -
System Red Green Blue C M Y K H S L
Decimal 209 105 105 0 0.50 0.50 0.18 0 0.53 0.62
Hex D1 69 69 0 32 32 12 0 35 3E
Octal 321 151 151 0 62 62 22 0 65 76
Binary 11010001 1101001 1101001 0 110010 110010 10010 0 110101 111110

Color Harmonies of #D16969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16969

Black with #D16969

Text Example


Text Example

White with #D16969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16969; }

 p { color: rgb(209,105,105); }

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

background-color css

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

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

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

border-color css

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

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

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