Html Css Color HEX #D7544C Valencia

📋 copy color: '#D7544C'

red 215 ◦ green 84 ◦ blue 76

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

Shades of Valencia #D7544C

Tints of Valencia #D7544C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.4%

 BLUE value IS 76 (30.08% from 255) = 20.27%

R = 57.33%
G = 22.4%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7544C (or 0xD7544C) is known color: Valencia. HEX triplet: D7, 54 and 4C. RGB value is (215,84,76). Sum of RGB (Red+Green+Blue) = 215+84+76=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D7544C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7544C is #28ABB3. Grayscale: #7A7A7A. Windows color (decimal): -2665396 or 5002455. OLE color: 5002455.

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

Color convert

RGB 215 84 76 -
CMYK 0 0.61 0.65 0.16
HSL 3.45º 0.63% 0.57% -
HSV(B) 3.45º 0.65% 0.84% -
XYZ 32.5 21.31 9.24 -
YUV 122.26 101.9 194.15 -
System Red Green Blue C M Y K H S L
Decimal 215 84 76 0 0.61 0.65 0.16 3.45 0.63 0.57
Hex D7 54 4C 0 3D 41 10 3 3F 39
Octal 327 124 114 0 75 101 20 3 77 71
Binary 11010111 1010100 1001100 0 111101 1000001 10000 11 111111 111001

Color Harmonies of #D7544C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7544C

Black with #D7544C

Text Example


Text Example

White with #D7544C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7544C; }

 p { color: rgb(215,84,76); }

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

background-color css

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

 a { background-color: rgb(215,84,76); }

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

border-color css

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

 span { border-color: rgb(215,84,76); }

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