Html Css Color HEX #96595A Vin Rouge

📋 copy color: '#96595A'

red 150 ◦ green 89 ◦ blue 90

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

Shades of Vin Rouge #96595A

Tints of Vin Rouge #96595A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.36%

R = 45.59%
G = 27.05%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#96595A (or 0x96595A) is known color: Vin Rouge. HEX triplet: 96, 59 and 5A. RGB value is (150,89,90). Sum of RGB (Red+Green+Blue) = 150+89+90=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #96595A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96595A is #69A6A5. Grayscale: #6B6B6B. Windows color (decimal): -6923942 or 5921174. OLE color: 5921174.

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

Color convert

RGB 150 89 90 -
CMYK 0 0.41 0.4 0.41
HSL 359.02º 0.26% 0.47% -
HSV(B) 359.02º 0.41% 0.59% -
XYZ 18 14.37 11.5 -
YUV 107.35 118.21 158.42 -
System Red Green Blue C M Y K H S L
Decimal 150 89 90 0 0.41 0.4 0.41 359.02 0.26 0.47
Hex 96 59 5A 0 29 28 29 167 1A 2F
Octal 226 131 132 0 51 50 51 547 32 57
Binary 10010110 1011001 1011010 0 101001 101000 101001 101100111 11010 101111

Color Harmonies of #96595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96595A

Black with #96595A

Text Example


Text Example

White with #96595A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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