Html Css Color HEX #D75748 Valencia

📋 copy color: '#D75748'

red 215 ◦ green 87 ◦ blue 72

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

Shades of Valencia #D75748

Tints of Valencia #D75748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.25%

R = 57.49%
G = 23.26%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D75748 (or 0xD75748) is known color: Valencia. HEX triplet: D7, 57 and 48. RGB value is (215,87,72). Sum of RGB (Red+Green+Blue) = 215+87+72=374 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.49% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 215 - color contains mainly: red. Hex color #D75748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75748 is #28A8B7. Grayscale: #7B7B7B. Windows color (decimal): -2664632 or 4741079. OLE color: 4741079.

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

Color convert

RGB 215 87 72 -
CMYK 0 0.60 0.67 0.16
HSL 6.29º 0.64% 0.56% -
HSV(B) 6.29º 0.67% 0.84% -
XYZ 32.6 21.73 8.61 -
YUV 123.56 98.91 193.22 -
System Red Green Blue C M Y K H S L
Decimal 215 87 72 0 0.60 0.67 0.16 6.29 0.64 0.56
Hex D7 57 48 0 3C 43 10 6 40 38
Octal 327 127 110 0 74 103 20 6 100 70
Binary 11010111 1010111 1001000 0 111100 1000011 10000 110 1000000 111000

Color Harmonies of #D75748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75748

Black with #D75748

Text Example


Text Example

White with #D75748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75748; }

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

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

background-color css

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

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

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

border-color css

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

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

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