Html Css Color HEX #D75749 Valencia

📋 copy color: '#D75749'

red 215 ◦ green 87 ◦ blue 73

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

Shades of Valencia #D75749

Tints of Valencia #D75749

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.2%

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

R = 57.33%
G = 23.2%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D75749 (or 0xD75749) is known color: Valencia. HEX triplet: D7, 57 and 49. RGB value is (215,87,73). Sum of RGB (Red+Green+Blue) = 215+87+73=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D75749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75749 is #28A8B6. Grayscale: #7B7B7B. Windows color (decimal): -2664631 or 4806615. OLE color: 4806615.

HSL color Cylindrical-coordinate representation of color #D75749: hue angle of 5.92º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D75749 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 87 73 -
CMYK 0 0.60 0.66 0.16
HSL 5.92º 0.64% 0.56% -
HSV(B) 5.92º 0.66% 0.84% -
XYZ 32.64 21.74 8.78 -
YUV 123.68 99.41 193.14 -
System Red Green Blue C M Y K H S L
Decimal 215 87 73 0 0.60 0.66 0.16 5.92 0.64 0.56
Hex D7 57 49 0 3C 42 10 6 40 38
Octal 327 127 111 0 74 102 20 6 100 70
Binary 11010111 1010111 1001001 0 111100 1000010 10000 110 1000000 111000

Color Harmonies of #D75749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75749

Black with #D75749

Text Example


Text Example

White with #D75749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75749; }

 p { color: rgb(215,87,73); }

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

background-color css

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

 a { background-color: rgb(215,87,73); }

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

border-color css

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

 span { border-color: rgb(215,87,73); }

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