Html Css Color HEX #985040 El Salva

📋 copy color: '#985040'

red 152 ◦ green 80 ◦ blue 64

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

Shades of El Salva #985040

Tints of El Salva #985040

RGB

 RED value IS 152 (59.77% from 255) = 51.35%

 GREEN value IS 80 (31.64% from 255) = 27.03%

 BLUE value IS 64 (25.39% from 255) = 21.62%

R = 51.35%
G = 27.03%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#985040 (or 0x985040) is known color: El Salva. HEX triplet: 98, 50 and 40. RGB value is (152,80,64). Sum of RGB (Red+Green+Blue) = 152+80+64=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #985040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985040 is #67AFBF. Grayscale: #636363. Windows color (decimal): -6795200 or 4214936. OLE color: 4214936.

HSL color Cylindrical-coordinate representation of color #985040: hue angle of 10.91º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #985040 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 80 64 -
CMYK 0 0.47 0.58 0.40
HSL 10.91º 0.41% 0.42% -
HSV(B) 10.91º 0.58% 0.6% -
XYZ 16.74 12.78 6.44 -
YUV 99.7 107.85 165.3 -
System Red Green Blue C M Y K H S L
Decimal 152 80 64 0 0.47 0.58 0.40 10.91 0.41 0.42
Hex 98 50 40 0 2F 3A 28 B 29 2A
Octal 230 120 100 0 57 72 50 13 51 52
Binary 10011000 1010000 1000000 0 101111 111010 101000 1011 101001 101010

Color Harmonies of #985040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985040

Black with #985040

Text Example


Text Example

White with #985040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985040; }

 p { color: rgb(152,80,64); }

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

background-color css

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

 a { background-color: rgb(152,80,64); }

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

border-color css

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

 span { border-color: rgb(152,80,64); }

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