Html Css Color HEX #96595F Vin Rouge

📋 copy color: '#96595F'

red 150 ◦ green 89 ◦ blue 95

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

Shades of Vin Rouge #96595F

Tints of Vin Rouge #96595F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.65%

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

R = 44.91%
G = 26.65%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#96595F (or 0x96595F) is known color: Vin Rouge. HEX triplet: 96, 59 and 5F. RGB value is (150,89,95). Sum of RGB (Red+Green+Blue) = 150+89+95=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #96595F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96595F is #69A6A0. Grayscale: #6B6B6B. Windows color (decimal): -6923937 or 6248854. OLE color: 6248854.

HSL color Cylindrical-coordinate representation of color #96595F: hue angle of 354.1º 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 #96595F is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 89 95 -
CMYK 0 0.41 0.37 0.41
HSL 354.1º 0.26% 0.47% -
HSV(B) 354.1º 0.41% 0.59% -
XYZ 18.22 14.46 12.66 -
YUV 107.92 120.71 158.01 -
System Red Green Blue C M Y K H S L
Decimal 150 89 95 0 0.41 0.37 0.41 354.1 0.26 0.47
Hex 96 59 5F 0 29 25 29 162 1A 2F
Octal 226 131 137 0 51 45 51 542 32 57
Binary 10010110 1011001 1011111 0 101001 100101 101001 101100010 11010 101111

Color Harmonies of #96595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96595F

Black with #96595F

Text Example


Text Example

White with #96595F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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