Html Css Color HEX #D85845 Valencia

📋 copy color: '#D85845'

red 216 ◦ green 88 ◦ blue 69

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

Shades of Valencia #D85845

Tints of Valencia #D85845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.5%

R = 57.91%
G = 23.59%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D85845 (or 0xD85845) is known color: Valencia. HEX triplet: D8, 58 and 45. RGB value is (216,88,69). Sum of RGB (Red+Green+Blue) = 216+88+69=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D85845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85845 is #27A7BA. Grayscale: #7C7C7C. Windows color (decimal): -2598843 or 4544728. OLE color: 4544728.

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

Color convert

RGB 216 88 69 -
CMYK 0 0.59 0.68 0.15
HSL 7.76º 0.65% 0.56% -
HSV(B) 7.76º 0.68% 0.85% -
XYZ 32.88 22.01 8.15 -
YUV 124.11 96.91 193.54 -
System Red Green Blue C M Y K H S L
Decimal 216 88 69 0 0.59 0.68 0.15 7.76 0.65 0.56
Hex D8 58 45 0 3B 44 F 8 41 38
Octal 330 130 105 0 73 104 17 10 101 70
Binary 11011000 1011000 1000101 0 111011 1000100 1111 1000 1000001 111000

Color Harmonies of #D85845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85845

Black with #D85845

Text Example


Text Example

White with #D85845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85845; }

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

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

background-color css

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

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

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

border-color css

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

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

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