Html Css Color HEX #965363 Vin Rouge

📋 copy color: '#965363'

red 150 ◦ green 83 ◦ blue 99

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

Shades of Vin Rouge #965363

Tints of Vin Rouge #965363

RGB

 RED value IS 150 (58.98% from 255) = 45.18%

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

 BLUE value IS 99 (39.06% from 255) = 29.82%

R = 45.18%
G = 25%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#965363 (or 0x965363) is known color: Vin Rouge. HEX triplet: 96, 53 and 63. RGB value is (150,83,99). Sum of RGB (Red+Green+Blue) = 150+83+99=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #965363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965363 is #69AC9C. Grayscale: #686868. Windows color (decimal): -6925469 or 6509462. OLE color: 6509462.

HSL color Cylindrical-coordinate representation of color #965363: hue angle of 345.67º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #965363 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 83 99 -
CMYK 0 0.45 0.34 0.41
HSL 345.67º 0.29% 0.46% -
HSV(B) 345.67º 0.45% 0.59% -
XYZ 17.92 13.57 13.48 -
YUV 104.86 124.7 160.2 -
System Red Green Blue C M Y K H S L
Decimal 150 83 99 0 0.45 0.34 0.41 345.67 0.29 0.46
Hex 96 53 63 0 2D 22 29 15A 1D 2E
Octal 226 123 143 0 55 42 51 532 35 56
Binary 10010110 1010011 1100011 0 101101 100010 101001 101011010 11101 101110

Color Harmonies of #965363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965363

Black with #965363

Text Example


Text Example

White with #965363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965363; }

 p { color: rgb(150,83,99); }

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

background-color css

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

 a { background-color: rgb(150,83,99); }

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

border-color css

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

 span { border-color: rgb(150,83,99); }

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