Html Css Color HEX #D15849 Valencia

📋 copy color: '#D15849'

red 209 ◦ green 88 ◦ blue 73

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

Shades of Valencia #D15849

Tints of Valencia #D15849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.78%

 BLUE value IS 73 (28.91% from 255) = 19.73%

R = 56.49%
G = 23.78%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D15849 (or 0xD15849) is known color: Valencia. HEX triplet: D1, 58 and 49. RGB value is (209,88,73). Sum of RGB (Red+Green+Blue) = 209+88+73=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D15849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15849 is #2EA7B6. Grayscale: #7A7A7A. Windows color (decimal): -3057591 or 4806865. OLE color: 4806865.

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

Color convert

RGB 209 88 73 -
CMYK 0 0.58 0.65 0.18
HSL 6.62º 0.6% 0.55% -
HSV(B) 6.62º 0.65% 0.82% -
XYZ 30.99 21.02 8.73 -
YUV 122.47 100.09 189.72 -
System Red Green Blue C M Y K H S L
Decimal 209 88 73 0 0.58 0.65 0.18 6.62 0.6 0.55
Hex D1 58 49 0 3A 41 12 7 3C 37
Octal 321 130 111 0 72 101 22 7 74 67
Binary 11010001 1011000 1001001 0 111010 1000001 10010 111 111100 110111

Color Harmonies of #D15849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15849

Black with #D15849

Text Example


Text Example

White with #D15849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15849; }

 p { color: rgb(209,88,73); }

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

background-color css

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

 a { background-color: rgb(209,88,73); }

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

border-color css

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

 span { border-color: rgb(209,88,73); }

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