Html Css Color HEX #D16A51 Japonica

📋 copy color: '#D16A51'

red 209 ◦ green 106 ◦ blue 81

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

Shades of Japonica #D16A51

Tints of Japonica #D16A51

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.77%

 BLUE value IS 81 (32.03% from 255) = 20.45%

R = 52.78%
G = 26.77%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D16A51 (or 0xD16A51) is known color: Japonica. HEX triplet: D1, 6A and 51. RGB value is (209,106,81). Sum of RGB (Red+Green+Blue) = 209+106+81=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 81 (32.03% from 255 or 20.45% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16A51 is #2E95AE. Grayscale: #868686. Windows color (decimal): -3052975 or 5335761. OLE color: 5335761.

HSL color Cylindrical-coordinate representation of color #D16A51: hue angle of 11.72º degrees, saturation: 0.58, 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 #D16A51 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 106 81 -
CMYK 0 0.49 0.61 0.18
HSL 11.72º 0.58% 0.57% -
HSV(B) 11.72º 0.61% 0.82% -
XYZ 32.93 24.46 10.77 -
YUV 133.95 98.12 181.53 -
System Red Green Blue C M Y K H S L
Decimal 209 106 81 0 0.49 0.61 0.18 11.72 0.58 0.57
Hex D1 6A 51 0 31 3D 12 C 3A 39
Octal 321 152 121 0 61 75 22 14 72 71
Binary 11010001 1101010 1010001 0 110001 111101 10010 1100 111010 111001

Color Harmonies of #D16A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16A51

Black with #D16A51

Text Example


Text Example

White with #D16A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16A51; }

 p { color: rgb(209,106,81); }

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

background-color css

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

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

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

border-color css

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

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

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