Html Css Color HEX #965461 Vin Rouge

📋 copy color: '#965461'

red 150 ◦ green 84 ◦ blue 97

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

Shades of Vin Rouge #965461

Tints of Vin Rouge #965461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.31%

R = 45.32%
G = 25.38%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#965461 (or 0x965461) is known color: Vin Rouge. HEX triplet: 96, 54 and 61. RGB value is (150,84,97). Sum of RGB (Red+Green+Blue) = 150+84+97=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #965461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965461 is #69AB9E. Grayscale: #696969. Windows color (decimal): -6925215 or 6378646. OLE color: 6378646.

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

Color convert

RGB 150 84 97 -
CMYK 0 0.44 0.35 0.41
HSL 348.18º 0.28% 0.46% -
HSV(B) 348.18º 0.44% 0.59% -
XYZ 17.91 13.69 13.01 -
YUV 105.22 123.37 159.94 -
System Red Green Blue C M Y K H S L
Decimal 150 84 97 0 0.44 0.35 0.41 348.18 0.28 0.46
Hex 96 54 61 0 2C 23 29 15C 1C 2E
Octal 226 124 141 0 54 43 51 534 34 56
Binary 10010110 1010100 1100001 0 101100 100011 101001 101011100 11100 101110

Color Harmonies of #965461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965461

Black with #965461

Text Example


Text Example

White with #965461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965461; }

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

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

background-color css

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

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

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

border-color css

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

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

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