Html Css Color HEX #965367 Vin Rouge

📋 copy color: '#965367'

red 150 ◦ green 83 ◦ blue 103

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

Shades of Vin Rouge #965367

Tints of Vin Rouge #965367

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.7%

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

R = 44.64%
G = 24.7%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#965367 (or 0x965367) is known color: Vin Rouge. HEX triplet: 96, 53 and 67. RGB value is (150,83,103). Sum of RGB (Red+Green+Blue) = 150+83+103=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #965367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965367 is #69AC98. Grayscale: #696969. Windows color (decimal): -6925465 or 6771606. OLE color: 6771606.

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

Color convert

RGB 150 83 103 -
CMYK 0 0.45 0.31 0.41
HSL 342.09º 0.29% 0.46% -
HSV(B) 342.09º 0.45% 0.59% -
XYZ 18.12 13.65 14.51 -
YUV 105.31 126.7 159.87 -
System Red Green Blue C M Y K H S L
Decimal 150 83 103 0 0.45 0.31 0.41 342.09 0.29 0.46
Hex 96 53 67 0 2D 1F 29 156 1D 2E
Octal 226 123 147 0 55 37 51 526 35 56
Binary 10010110 1010011 1100111 0 101101 11111 101001 101010110 11101 101110

Color Harmonies of #965367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965367

Black with #965367

Text Example


Text Example

White with #965367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965367; }

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

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

background-color css

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

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

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

border-color css

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

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

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