#D27251

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

Shades of Japonica #D27251

Tints of Japonica #D27251

Color information

#D27251 (or 0xD27251) is unknown color: approx Japonica. HEX triplet: D2, 72 and 51. RGB value is (210,114,81). Sum of RGB (Red+Green+Blue) = 210+114+81=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D27251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27251 is #2D8DAE. Grayscale: #8B8B8B. Windows color (decimal): -2985391 or 5337810. OLE color: 5337810.

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

Color convert

RGB21011481-
CMYK00.460.610.18
HSL15.35º58.9%57.06%-
HSV(B)15.35º61.43%82.35%-
XYZ34.0826.3311.07-
YUV138.9495.3178.68-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.85%
GREEN value IS 114 (44.92% from 255) = 28.15%
BLUE value IS 81 (32.03% from 255) = 20%
R=51.85%
G=28.15%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101148100.460.610.1815.3558.957.06
HexD2725102E3D12f3b39
Octal3221621210567522177371
Binary11010010111001010100010101110111101100101111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27251; }

 p { color: rgb(210,114,81); }

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

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

 a { background-color: rgb(210,114,81); }

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

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

 span { border-color: rgb(210,114,81); }

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