Html Css Color HEX #D85A50 Valencia

📋 copy color: '#D85A50'

red 216 ◦ green 90 ◦ blue 80

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

Shades of Valencia #D85A50

Tints of Valencia #D85A50

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.32%

 BLUE value IS 80 (31.64% from 255) = 20.73%

R = 55.96%
G = 23.32%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D85A50 (or 0xD85A50) is known color: Valencia. HEX triplet: D8, 5A and 50. RGB value is (216,90,80). Sum of RGB (Red+Green+Blue) = 216+90+80=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85A50 is #27A5AF. Grayscale: #7E7E7E. Windows color (decimal): -2598320 or 5266136. OLE color: 5266136.

HSL color Cylindrical-coordinate representation of color #D85A50: hue angle of 4.41º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D85A50 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 90 80 -
CMYK 0 0.58 0.63 0.15
HSL 4.41º 0.64% 0.58% -
HSV(B) 4.41º 0.63% 0.85% -
XYZ 33.42 22.49 10.17 -
YUV 126.53 101.74 191.81 -
System Red Green Blue C M Y K H S L
Decimal 216 90 80 0 0.58 0.63 0.15 4.41 0.64 0.58
Hex D8 5A 50 0 3A 3F F 4 40 3A
Octal 330 132 120 0 72 77 17 4 100 72
Binary 11011000 1011010 1010000 0 111010 111111 1111 100 1000000 111010

Color Harmonies of #D85A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85A50

Black with #D85A50

Text Example


Text Example

White with #D85A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85A50; }

 p { color: rgb(216,90,80); }

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

background-color css

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

 a { background-color: rgb(216,90,80); }

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

border-color css

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

 span { border-color: rgb(216,90,80); }

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