Html Css Color HEX #955144 El Salva

📋 copy color: '#955144'

red 149 ◦ green 81 ◦ blue 68

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

Shades of El Salva #955144

Tints of El Salva #955144

RGB

 RED value IS 149 (58.59% from 255) = 50%

 GREEN value IS 81 (32.03% from 255) = 27.18%

 BLUE value IS 68 (26.95% from 255) = 22.82%

R = 50%
G = 27.18%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#955144 (or 0x955144) is known color: El Salva. HEX triplet: 95, 51 and 44. RGB value is (149,81,68). Sum of RGB (Red+Green+Blue) = 149+81+68=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #955144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955144 is #6AAEBB. Grayscale: #636363. Windows color (decimal): -6991548 or 4477333. OLE color: 4477333.

HSL color Cylindrical-coordinate representation of color #955144: hue angle of 9.63º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #955144 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 81 68 -
CMYK 0 0.46 0.54 0.42
HSL 9.63º 0.37% 0.43% -
HSV(B) 9.63º 0.54% 0.58% -
XYZ 16.38 12.69 7.06 -
YUV 99.85 110.03 163.06 -
System Red Green Blue C M Y K H S L
Decimal 149 81 68 0 0.46 0.54 0.42 9.63 0.37 0.43
Hex 95 51 44 0 2E 36 2A A 25 2B
Octal 225 121 104 0 56 66 52 12 45 53
Binary 10010101 1010001 1000100 0 101110 110110 101010 1010 100101 101011

Color Harmonies of #955144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955144

Black with #955144

Text Example


Text Example

White with #955144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955144; }

 p { color: rgb(149,81,68); }

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

background-color css

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

 a { background-color: rgb(149,81,68); }

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

border-color css

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

 span { border-color: rgb(149,81,68); }

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