Html Css Color HEX #965867 Vin Rouge

📋 copy color: '#965867'

red 150 ◦ green 88 ◦ blue 103

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

Shades of Vin Rouge #965867

Tints of Vin Rouge #965867

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.81%

 BLUE value IS 103 (40.63% from 255) = 30.21%

R = 43.99%
G = 25.81%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#965867 (or 0x965867) is known color: Vin Rouge. HEX triplet: 96, 58 and 67. RGB value is (150,88,103). Sum of RGB (Red+Green+Blue) = 150+88+103=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #965867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965867 is #69A798. Grayscale: #6C6C6C. Windows color (decimal): -6924185 or 6772886. OLE color: 6772886.

HSL color Cylindrical-coordinate representation of color #965867: hue angle of 345.48º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #965867 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 88 103 -
CMYK 0 0.41 0.31 0.41
HSL 345.48º 0.26% 0.47% -
HSV(B) 345.48º 0.41% 0.59% -
XYZ 18.52 14.44 14.64 -
YUV 108.25 125.04 157.78 -
System Red Green Blue C M Y K H S L
Decimal 150 88 103 0 0.41 0.31 0.41 345.48 0.26 0.47
Hex 96 58 67 0 29 1F 29 159 1A 2F
Octal 226 130 147 0 51 37 51 531 32 57
Binary 10010110 1011000 1100111 0 101001 11111 101001 101011001 11010 101111

Color Harmonies of #965867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965867

Black with #965867

Text Example


Text Example

White with #965867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965867; }

 p { color: rgb(150,88,103); }

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

background-color css

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

 a { background-color: rgb(150,88,103); }

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

border-color css

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

 span { border-color: rgb(150,88,103); }

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