Html Css Color HEX #965469 Vin Rouge

📋 copy color: '#965469'

red 150 ◦ green 84 ◦ blue 105

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

Shades of Vin Rouge #965469

Tints of Vin Rouge #965469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.97%

R = 44.25%
G = 24.78%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#965469 (or 0x965469) is known color: Vin Rouge. HEX triplet: 96, 54 and 69. RGB value is (150,84,105). Sum of RGB (Red+Green+Blue) = 150+84+105=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #965469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965469 is #69AB96. Grayscale: #6A6A6A. Windows color (decimal): -6925207 or 6902934. OLE color: 6902934.

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

Color convert

RGB 150 84 105 -
CMYK 0 0.44 0.30 0.41
HSL 340.91º 0.28% 0.46% -
HSV(B) 340.91º 0.44% 0.59% -
XYZ 18.3 13.84 15.07 -
YUV 106.13 127.37 159.29 -
System Red Green Blue C M Y K H S L
Decimal 150 84 105 0 0.44 0.30 0.41 340.91 0.28 0.46
Hex 96 54 69 0 2C 1E 29 155 1C 2E
Octal 226 124 151 0 54 36 51 525 34 56
Binary 10010110 1010100 1101001 0 101100 11110 101001 101010101 11100 101110

Color Harmonies of #965469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965469

Black with #965469

Text Example


Text Example

White with #965469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965469; }

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

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

background-color css

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

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

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

border-color css

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

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

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