Html Css Color HEX #D75647 Valencia

📋 copy color: '#D75647'

red 215 ◦ green 86 ◦ blue 71

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

Shades of Valencia #D75647

Tints of Valencia #D75647

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.12%

 BLUE value IS 71 (28.13% from 255) = 19.09%

R = 57.8%
G = 23.12%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D75647 (or 0xD75647) is known color: Valencia. HEX triplet: D7, 56 and 47. RGB value is (215,86,71). Sum of RGB (Red+Green+Blue) = 215+86+71=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 71 (28.12% from 255 or 19.09% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D75647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75647 is #28A9B8. Grayscale: #7B7B7B. Windows color (decimal): -2664889 or 4675287. OLE color: 4675287.

HSL color Cylindrical-coordinate representation of color #D75647: hue angle of 6.25º 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 #D75647 is Cyan = 0, Magento = 0.6, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 86 71 -
CMYK 0 0.6 0.67 0.16
HSL 6.25º 0.64% 0.56% -
HSV(B) 6.25º 0.67% 0.84% -
XYZ 32.49 21.56 8.41 -
YUV 122.86 98.74 193.72 -
System Red Green Blue C M Y K H S L
Decimal 215 86 71 0 0.6 0.67 0.16 6.25 0.64 0.56
Hex D7 56 47 0 3C 43 10 6 40 38
Octal 327 126 107 0 74 103 20 6 100 70
Binary 11010111 1010110 1000111 0 111100 1000011 10000 110 1000000 111000

Color Harmonies of #D75647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75647

Black with #D75647

Text Example


Text Example

White with #D75647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75647; }

 p { color: rgb(215,86,71); }

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

background-color css

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

 a { background-color: rgb(215,86,71); }

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

border-color css

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

 span { border-color: rgb(215,86,71); }

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