Html Css Color HEX #D7534F Valencia

📋 copy color: '#D7534F'

red 215 ◦ green 83 ◦ blue 79

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

Shades of Valencia #D7534F

Tints of Valencia #D7534F

RGB

 RED value IS 215 (84.38% from 255) = 57.03%

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

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

R = 57.03%
G = 22.02%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D7534F (or 0xD7534F) is known color: Valencia. HEX triplet: D7, 53 and 4F. RGB value is (215,83,79). Sum of RGB (Red+Green+Blue) = 215+83+79=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 79 (31.25% from 255 or 20.95% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D7534F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7534F is #28ACB0. Grayscale: #7A7A7A. Windows color (decimal): -2665649 or 5198807. OLE color: 5198807.

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

Color convert

RGB 215 83 79 -
CMYK 0 0.61 0.63 0.16
HSL 1.76º 0.63% 0.58% -
HSV(B) 1.76º 0.63% 0.84% -
XYZ 32.53 21.2 9.77 -
YUV 122.01 103.73 194.33 -
System Red Green Blue C M Y K H S L
Decimal 215 83 79 0 0.61 0.63 0.16 1.76 0.63 0.58
Hex D7 53 4F 0 3D 3F 10 2 3F 3A
Octal 327 123 117 0 75 77 20 2 77 72
Binary 11010111 1010011 1001111 0 111101 111111 10000 10 111111 111010

Color Harmonies of #D7534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7534F

Black with #D7534F

Text Example


Text Example

White with #D7534F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7534F; }

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

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

background-color css

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

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

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

border-color css

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

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

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