Html Css Color HEX #965562 Vin Rouge

📋 copy color: '#965562'

red 150 ◦ green 85 ◦ blue 98

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

Shades of Vin Rouge #965562

Tints of Vin Rouge #965562

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.53%

 BLUE value IS 98 (38.67% from 255) = 29.43%

R = 45.05%
G = 25.53%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#965562 (or 0x965562) is known color: Vin Rouge. HEX triplet: 96, 55 and 62. RGB value is (150,85,98). Sum of RGB (Red+Green+Blue) = 150+85+98=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #965562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965562 is #69AA9D. Grayscale: #696969. Windows color (decimal): -6924958 or 6444438. OLE color: 6444438.

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

Color convert

RGB 150 85 98 -
CMYK 0 0.43 0.35 0.41
HSL 348º 0.28% 0.46% -
HSV(B) 348º 0.43% 0.59% -
XYZ 18.03 13.86 13.28 -
YUV 105.92 123.53 159.44 -
System Red Green Blue C M Y K H S L
Decimal 150 85 98 0 0.43 0.35 0.41 348 0.28 0.46
Hex 96 55 62 0 2B 23 29 15C 1C 2E
Octal 226 125 142 0 53 43 51 534 34 56
Binary 10010110 1010101 1100010 0 101011 100011 101001 101011100 11100 101110

Color Harmonies of #965562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965562

Black with #965562

Text Example


Text Example

White with #965562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965562; }

 p { color: rgb(150,85,98); }

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

background-color css

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

 a { background-color: rgb(150,85,98); }

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

border-color css

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

 span { border-color: rgb(150,85,98); }

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