Html Css Color HEX #965465 Vin Rouge

📋 copy color: '#965465'

red 150 ◦ green 84 ◦ blue 101

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

Shades of Vin Rouge #965465

Tints of Vin Rouge #965465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.15%

R = 44.78%
G = 25.07%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#965465 (or 0x965465) is known color: Vin Rouge. HEX triplet: 96, 54 and 65. RGB value is (150,84,101). Sum of RGB (Red+Green+Blue) = 150+84+101=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #965465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965465 is #69AB9A. Grayscale: #696969. Windows color (decimal): -6925211 or 6640790. OLE color: 6640790.

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

Color convert

RGB 150 84 101 -
CMYK 0 0.44 0.33 0.41
HSL 344.55º 0.28% 0.46% -
HSV(B) 344.55º 0.44% 0.59% -
XYZ 18.1 13.76 14.01 -
YUV 105.67 125.37 159.62 -
System Red Green Blue C M Y K H S L
Decimal 150 84 101 0 0.44 0.33 0.41 344.55 0.28 0.46
Hex 96 54 65 0 2C 21 29 159 1C 2E
Octal 226 124 145 0 54 41 51 531 34 56
Binary 10010110 1010100 1100101 0 101100 100001 101001 101011001 11100 101110

Color Harmonies of #965465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965465

Black with #965465

Text Example


Text Example

White with #965465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965465; }

 p { color: rgb(150,84,101); }

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

background-color css

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

 a { background-color: rgb(150,84,101); }

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

border-color css

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

 span { border-color: rgb(150,84,101); }

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