#D1675B

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

Shades of Roman #D1675B

Tints of Roman #D1675B

Color information

#D1675B (or 0xD1675B) is unknown color: approx Roman. HEX triplet: D1, 67 and 5B. RGB value is (209,103,91). Sum of RGB (Red+Green+Blue) = 209+103+91=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D1675B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1675B is #2E98A4. Grayscale: #858585. Windows color (decimal): -3053733 or 5990353. OLE color: 5990353.

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

Color convert

RGB20910391-
CMYK00.510.560.18
HSL6.1º56.19%58.82%-
HSV(B)6.1º56.46%81.96%-
XYZ33.0324.0112.79-
YUV133.33104.12181.98-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.86%
GREEN value IS 103 (40.62% from 255) = 25.56%
BLUE value IS 91 (35.94% from 255) = 22.58%
R=51.86%
G=25.56%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091039100.510.560.186.156.1958.82
HexD1675B03338126383b
Octal321147133063702267073
Binary1101000111001111011011011001111100010010110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1675B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1675B; }

 p { color: rgb(209,103,91); }

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

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

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

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

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

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

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