Html Css Color HEX #D85748 Valencia

📋 copy color: '#D85748'

red 216 ◦ green 87 ◦ blue 72

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

Shades of Valencia #D85748

Tints of Valencia #D85748

RGB

 RED value IS 216 (84.77% from 255) = 57.6%

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

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

R = 57.6%
G = 23.2%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D85748 (or 0xD85748) is known color: Valencia. HEX triplet: D8, 57 and 48. RGB value is (216,87,72). Sum of RGB (Red+Green+Blue) = 216+87+72=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D85748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85748 is #27A8B7. Grayscale: #7C7C7C. Windows color (decimal): -2599096 or 4741080. OLE color: 4741080.

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

Color convert

RGB 216 87 72 -
CMYK 0 0.60 0.67 0.15
HSL 6.25º 0.65% 0.56% -
HSV(B) 6.25º 0.67% 0.85% -
XYZ 32.9 21.88 8.62 -
YUV 123.86 98.74 193.72 -
System Red Green Blue C M Y K H S L
Decimal 216 87 72 0 0.60 0.67 0.15 6.25 0.65 0.56
Hex D8 57 48 0 3C 43 F 6 41 38
Octal 330 127 110 0 74 103 17 6 101 70
Binary 11011000 1010111 1001000 0 111100 1000011 1111 110 1000001 111000

Color Harmonies of #D85748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85748

Black with #D85748

Text Example


Text Example

White with #D85748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85748; }

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

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

background-color css

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

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

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

border-color css

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

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

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