#D1725E

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

Shades of Japonica #D1725E

Tints of Japonica #D1725E

Color information

#D1725E (or 0xD1725E) is unknown color: approx Japonica. HEX triplet: D1, 72 and 5E. RGB value is (209,114,94). Sum of RGB (Red+Green+Blue) = 209+114+94=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D1725E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1725E is #2E8DA1. Grayscale: #8C8C8C. Windows color (decimal): -3050914 or 6189777. OLE color: 6189777.

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

Color convert

RGB20911494-
CMYK00.450.550.18
HSL10.43º55.56%59.41%-
HSV(B)10.43º55.02%81.96%-
XYZ34.3326.413.88-
YUV140.12101.97177.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.12%
GREEN value IS 114 (44.92% from 255) = 27.34%
BLUE value IS 94 (37.11% from 255) = 22.54%
R=50.12%
G=27.34%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091149400.450.550.1810.4355.5659.41
HexD1725E02D3712a383b
Octal3211621360556722127073
Binary11010001111001010111100101101110111100101010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1725E; }

 p { color: rgb(209,114,94); }

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

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

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

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

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

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

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