Html Css Color HEX #945368 Vin Rouge

📋 copy color: '#945368'

red 148 ◦ green 83 ◦ blue 104

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

Shades of Vin Rouge #945368

Tints of Vin Rouge #945368

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.78%

 BLUE value IS 104 (41.02% from 255) = 31.04%

R = 44.18%
G = 24.78%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#945368 (or 0x945368) is known color: Vin Rouge. HEX triplet: 94, 53 and 68. RGB value is (148,83,104). Sum of RGB (Red+Green+Blue) = 148+83+104=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #945368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945368 is #6BAC97. Grayscale: #686868. Windows color (decimal): -7056536 or 6837140. OLE color: 6837140.

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

Color convert

RGB 148 83 104 -
CMYK 0 0.44 0.30 0.42
HSL 340.62º 0.28% 0.45% -
HSV(B) 340.62º 0.44% 0.58% -
XYZ 17.8 13.48 14.76 -
YUV 104.83 127.53 158.79 -
System Red Green Blue C M Y K H S L
Decimal 148 83 104 0 0.44 0.30 0.42 340.62 0.28 0.45
Hex 94 53 68 0 2C 1E 2A 155 1C 2D
Octal 224 123 150 0 54 36 52 525 34 55
Binary 10010100 1010011 1101000 0 101100 11110 101010 101010101 11100 101101

Color Harmonies of #945368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945368

Black with #945368

Text Example


Text Example

White with #945368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945368; }

 p { color: rgb(148,83,104); }

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

background-color css

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

 a { background-color: rgb(148,83,104); }

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

border-color css

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

 span { border-color: rgb(148,83,104); }

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