Html Css Color HEX #D1534F Valencia

📋 copy color: '#D1534F'

red 209 ◦ green 83 ◦ blue 79

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

Shades of Valencia #D1534F

Tints of Valencia #D1534F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.29%

R = 56.33%
G = 22.37%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D1534F (or 0xD1534F) is known color: Valencia. HEX triplet: D1, 53 and 4F. RGB value is (209,83,79). Sum of RGB (Red+Green+Blue) = 209+83+79=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1534F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1534F is #2EACB0. Grayscale: #787878. Windows color (decimal): -3058865 or 5198801. OLE color: 5198801.

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

Color convert

RGB 209 83 79 -
CMYK 0 0.60 0.62 0.18
HSL 1.85º 0.59% 0.56% -
HSV(B) 1.85º 0.62% 0.82% -
XYZ 30.8 20.31 9.69 -
YUV 120.22 104.74 191.33 -
System Red Green Blue C M Y K H S L
Decimal 209 83 79 0 0.60 0.62 0.18 1.85 0.59 0.56
Hex D1 53 4F 0 3C 3E 12 2 3B 38
Octal 321 123 117 0 74 76 22 2 73 70
Binary 11010001 1010011 1001111 0 111100 111110 10010 10 111011 111000

Color Harmonies of #D1534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1534F

Black with #D1534F

Text Example


Text Example

White with #D1534F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1534F; }

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

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

background-color css

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

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

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

border-color css

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

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

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