Html Css Color HEX #D1534E Valencia

📋 copy color: '#D1534E'

red 209 ◦ green 83 ◦ blue 78

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

Shades of Valencia #D1534E

Tints of Valencia #D1534E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.43%

 BLUE value IS 78 (30.86% from 255) = 21.08%

R = 56.49%
G = 22.43%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D1534E (or 0xD1534E) is known color: Valencia. HEX triplet: D1, 53 and 4E. RGB value is (209,83,78). Sum of RGB (Red+Green+Blue) = 209+83+78=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D1534E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1534E is #2EACB1. Grayscale: #787878. Windows color (decimal): -3058866 or 5133265. OLE color: 5133265.

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

Color convert

RGB 209 83 78 -
CMYK 0 0.60 0.63 0.18
HSL 2.29º 0.59% 0.56% -
HSV(B) 2.29º 0.63% 0.82% -
XYZ 30.76 20.29 9.5 -
YUV 120.1 104.24 191.41 -
System Red Green Blue C M Y K H S L
Decimal 209 83 78 0 0.60 0.63 0.18 2.29 0.59 0.56
Hex D1 53 4E 0 3C 3F 12 2 3B 38
Octal 321 123 116 0 74 77 22 2 73 70
Binary 11010001 1010011 1001110 0 111100 111111 10010 10 111011 111000

Color Harmonies of #D1534E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1534E

Black with #D1534E

Text Example


Text Example

White with #D1534E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1534E; }

 p { color: rgb(209,83,78); }

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

background-color css

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

 a { background-color: rgb(209,83,78); }

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

border-color css

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

 span { border-color: rgb(209,83,78); }

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