Html Css Color HEX #965360 Vin Rouge

📋 copy color: '#965360'

red 150 ◦ green 83 ◦ blue 96

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

Shades of Vin Rouge #965360

Tints of Vin Rouge #965360

RGB

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

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

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

R = 45.59%
G = 25.23%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#965360 (or 0x965360) is known color: Vin Rouge. HEX triplet: 96, 53 and 60. RGB value is (150,83,96). Sum of RGB (Red+Green+Blue) = 150+83+96=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #965360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965360 is #69AC9F. Grayscale: #686868. Windows color (decimal): -6925472 or 6312854. OLE color: 6312854.

HSL color Cylindrical-coordinate representation of color #965360: hue angle of 348.36º 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 #965360 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 83 96 -
CMYK 0 0.45 0.36 0.41
HSL 348.36º 0.29% 0.46% -
HSV(B) 348.36º 0.45% 0.59% -
XYZ 17.78 13.52 12.74 -
YUV 104.52 123.2 160.44 -
System Red Green Blue C M Y K H S L
Decimal 150 83 96 0 0.45 0.36 0.41 348.36 0.29 0.46
Hex 96 53 60 0 2D 24 29 15C 1D 2E
Octal 226 123 140 0 55 44 51 534 35 56
Binary 10010110 1010011 1100000 0 101101 100100 101001 101011100 11101 101110

Color Harmonies of #965360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965360

Black with #965360

Text Example


Text Example

White with #965360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965360; }

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

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

background-color css

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

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

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

border-color css

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

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

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