Html Css Color HEX #965A5D Vin Rouge

📋 copy color: '#965A5D'

red 150 ◦ green 90 ◦ blue 93

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

Shades of Vin Rouge #965A5D

Tints of Vin Rouge #965A5D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.03%

 BLUE value IS 93 (36.72% from 255) = 27.93%

R = 45.05%
G = 27.03%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#965A5D (or 0x965A5D) is known color: Vin Rouge. HEX triplet: 96, 5A and 5D. RGB value is (150,90,93). Sum of RGB (Red+Green+Blue) = 150+90+93=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #965A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965A5D is #69A5A2. Grayscale: #6C6C6C. Windows color (decimal): -6923683 or 6118038. OLE color: 6118038.

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

Color convert

RGB 150 90 93 -
CMYK 0 0.4 0.38 0.41
HSL 357º 0.25% 0.47% -
HSV(B) 357º 0.4% 0.59% -
XYZ 18.21 14.59 12.21 -
YUV 108.28 119.38 157.76 -
System Red Green Blue C M Y K H S L
Decimal 150 90 93 0 0.4 0.38 0.41 357 0.25 0.47
Hex 96 5A 5D 0 28 26 29 165 19 2F
Octal 226 132 135 0 50 46 51 545 31 57
Binary 10010110 1011010 1011101 0 101000 100110 101001 101100101 11001 101111

Color Harmonies of #965A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965A5D

Black with #965A5D

Text Example


Text Example

White with #965A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965A5D; }

 p { color: rgb(150,90,93); }

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

background-color css

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

 a { background-color: rgb(150,90,93); }

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

border-color css

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

 span { border-color: rgb(150,90,93); }

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