Html Css Color HEX #96505F Vin Rouge

📋 copy color: '#96505F'

red 150 ◦ green 80 ◦ blue 95

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

Shades of Vin Rouge #96505F

Tints of Vin Rouge #96505F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.62%

 BLUE value IS 95 (37.5% from 255) = 29.23%

R = 46.15%
G = 24.62%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#96505F (or 0x96505F) is known color: Vin Rouge. HEX triplet: 96, 50 and 5F. RGB value is (150,80,95). Sum of RGB (Red+Green+Blue) = 150+80+95=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #96505F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96505F is #69AFA0. Grayscale: #666666. Windows color (decimal): -6926241 or 6246550. OLE color: 6246550.

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

Color convert

RGB 150 80 95 -
CMYK 0 0.47 0.37 0.41
HSL 347.14º 0.3% 0.45% -
HSV(B) 347.14º 0.47% 0.59% -
XYZ 17.51 13.05 12.42 -
YUV 102.64 123.69 161.78 -
System Red Green Blue C M Y K H S L
Decimal 150 80 95 0 0.47 0.37 0.41 347.14 0.3 0.45
Hex 96 50 5F 0 2F 25 29 15B 1E 2D
Octal 226 120 137 0 57 45 51 533 36 55
Binary 10010110 1010000 1011111 0 101111 100101 101001 101011011 11110 101101

Color Harmonies of #96505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96505F

Black with #96505F

Text Example


Text Example

White with #96505F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96505F; }

 p { color: rgb(150,80,95); }

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

background-color css

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

 a { background-color: rgb(150,80,95); }

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

border-color css

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

 span { border-color: rgb(150,80,95); }

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