Html Css Color HEX #945460 Vin Rouge

📋 copy color: '#945460'

red 148 ◦ green 84 ◦ blue 96

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

Shades of Vin Rouge #945460

Tints of Vin Rouge #945460

RGB

 RED value IS 148 (58.2% from 255) = 45.12%

 GREEN value IS 84 (33.2% from 255) = 25.61%

 BLUE value IS 96 (37.89% from 255) = 29.27%

R = 45.12%
G = 25.61%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#945460 (or 0x945460) is known color: Vin Rouge. HEX triplet: 94, 54 and 60. RGB value is (148,84,96). Sum of RGB (Red+Green+Blue) = 148+84+96=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #945460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945460 is #6BAB9F. Grayscale: #686868. Windows color (decimal): -7056288 or 6313108. OLE color: 6313108.

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

Color convert

RGB 148 84 96 -
CMYK 0 0.43 0.35 0.42
HSL 348.75º 0.28% 0.45% -
HSV(B) 348.75º 0.43% 0.58% -
XYZ 17.49 13.48 12.75 -
YUV 104.5 123.2 159.02 -
System Red Green Blue C M Y K H S L
Decimal 148 84 96 0 0.43 0.35 0.42 348.75 0.28 0.45
Hex 94 54 60 0 2B 23 2A 15D 1C 2D
Octal 224 124 140 0 53 43 52 535 34 55
Binary 10010100 1010100 1100000 0 101011 100011 101010 101011101 11100 101101

Color Harmonies of #945460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945460

Black with #945460

Text Example


Text Example

White with #945460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945460; }

 p { color: rgb(148,84,96); }

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

background-color css

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

 a { background-color: rgb(148,84,96); }

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

border-color css

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

 span { border-color: rgb(148,84,96); }

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