Html Css Color HEX #D85847 Valencia

📋 copy color: '#D85847'

red 216 ◦ green 88 ◦ blue 71

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

Shades of Valencia #D85847

Tints of Valencia #D85847

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.47%

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

R = 57.6%
G = 23.47%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D85847 (or 0xD85847) is known color: Valencia. HEX triplet: D8, 58 and 47. RGB value is (216,88,71). Sum of RGB (Red+Green+Blue) = 216+88+71=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D85847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85847 is #27A7B8. Grayscale: #7C7C7C. Windows color (decimal): -2598841 or 4675800. OLE color: 4675800.

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

Color convert

RGB 216 88 71 -
CMYK 0 0.59 0.67 0.15
HSL 7.03º 0.65% 0.56% -
HSV(B) 7.03º 0.67% 0.85% -
XYZ 32.95 22.03 8.48 -
YUV 124.33 97.91 193.38 -
System Red Green Blue C M Y K H S L
Decimal 216 88 71 0 0.59 0.67 0.15 7.03 0.65 0.56
Hex D8 58 47 0 3B 43 F 7 41 38
Octal 330 130 107 0 73 103 17 7 101 70
Binary 11011000 1011000 1000111 0 111011 1000011 1111 111 1000001 111000

Color Harmonies of #D85847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85847

Black with #D85847

Text Example


Text Example

White with #D85847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85847; }

 p { color: rgb(216,88,71); }

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

background-color css

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

 a { background-color: rgb(216,88,71); }

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

border-color css

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

 span { border-color: rgb(216,88,71); }

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