Html Css Color HEX #D5725A Japonica

📋 copy color: '#D5725A'

red 213 ◦ green 114 ◦ blue 90

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

Shades of Japonica #D5725A

Tints of Japonica #D5725A

RGB

 RED value IS 213 (83.59% from 255) = 51.08%

 GREEN value IS 114 (44.92% from 255) = 27.34%

 BLUE value IS 90 (35.55% from 255) = 21.58%

R = 51.08%
G = 27.34%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D5725A (or 0xD5725A) is known color: Japonica. HEX triplet: D5, 72 and 5A. RGB value is (213,114,90). Sum of RGB (Red+Green+Blue) = 213+114+90=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D5725A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5725A is #2A8DA5. Grayscale: #8D8D8D. Windows color (decimal): -2788774 or 5927637. OLE color: 5927637.

HSL color Cylindrical-coordinate representation of color #D5725A: hue angle of 11.71º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D5725A is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 114 90 -
CMYK 0 0.46 0.58 0.16
HSL 11.71º 0.59% 0.59% -
HSV(B) 11.71º 0.58% 0.84% -
XYZ 35.3 26.92 13.01 -
YUV 140.87 99.3 179.45 -
System Red Green Blue C M Y K H S L
Decimal 213 114 90 0 0.46 0.58 0.16 11.71 0.59 0.59
Hex D5 72 5A 0 2E 3A 10 C 3B 3B
Octal 325 162 132 0 56 72 20 14 73 73
Binary 11010101 1110010 1011010 0 101110 111010 10000 1100 111011 111011

Color Harmonies of #D5725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5725A

Black with #D5725A

Text Example


Text Example

White with #D5725A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5725A; }

 p { color: rgb(213,114,90); }

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

background-color css

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

 a { background-color: rgb(213,114,90); }

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

border-color css

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

 span { border-color: rgb(213,114,90); }

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