Html Css Color HEX #965C5D Vin Rouge

📋 copy color: '#965C5D'

red 150 ◦ green 92 ◦ blue 93

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

Shades of Vin Rouge #965C5D

Tints of Vin Rouge #965C5D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.46%

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

R = 44.78%
G = 27.46%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#965C5D (or 0x965C5D) is known color: Vin Rouge. HEX triplet: 96, 5C and 5D. RGB value is (150,92,93). Sum of RGB (Red+Green+Blue) = 150+92+93=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #965C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965C5D is #69A3A2. Grayscale: #6D6D6D. Windows color (decimal): -6923171 or 6118550. OLE color: 6118550.

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

Color convert

RGB 150 92 93 -
CMYK 0 0.39 0.38 0.41
HSL 358.97º 0.24% 0.47% -
HSV(B) 358.97º 0.39% 0.59% -
XYZ 18.38 14.93 12.27 -
YUV 109.46 118.72 156.92 -
System Red Green Blue C M Y K H S L
Decimal 150 92 93 0 0.39 0.38 0.41 358.97 0.24 0.47
Hex 96 5C 5D 0 27 26 29 167 18 2F
Octal 226 134 135 0 47 46 51 547 30 57
Binary 10010110 1011100 1011101 0 100111 100110 101001 101100111 11000 101111

Color Harmonies of #965C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965C5D

Black with #965C5D

Text Example


Text Example

White with #965C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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