Html Css Color HEX #975A5B Vin Rouge

📋 copy color: '#975A5B'

red 151 ◦ green 90 ◦ blue 91

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

Shades of Vin Rouge #975A5B

Tints of Vin Rouge #975A5B

RGB

 RED value IS 151 (59.38% from 255) = 45.48%

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

 BLUE value IS 91 (35.94% from 255) = 27.41%

R = 45.48%
G = 27.11%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#975A5B (or 0x975A5B) is known color: Vin Rouge. HEX triplet: 97, 5A and 5B. RGB value is (151,90,91). Sum of RGB (Red+Green+Blue) = 151+90+91=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 151 - color contains mainly: red. Hex color #975A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975A5B is #68A5A4. Grayscale: #6C6C6C. Windows color (decimal): -6858149 or 5986967. OLE color: 5986967.

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

Color convert

RGB 151 90 91 -
CMYK 0 0.40 0.40 0.41
HSL 359.02º 0.25% 0.47% -
HSV(B) 359.02º 0.4% 0.59% -
XYZ 18.31 14.65 11.76 -
YUV 108.35 118.21 158.42 -
System Red Green Blue C M Y K H S L
Decimal 151 90 91 0 0.40 0.40 0.41 359.02 0.25 0.47
Hex 97 5A 5B 0 28 28 29 167 19 2F
Octal 227 132 133 0 50 50 51 547 31 57
Binary 10010111 1011010 1011011 0 101000 101000 101001 101100111 11001 101111

Color Harmonies of #975A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975A5B

Black with #975A5B

Text Example


Text Example

White with #975A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975A5B; }

 p { color: rgb(151,90,91); }

 H1.HeaderClassName
 {
   color: #975A5B;
 }
 .AnyTagClassName
 {
   color: #975A5B;
 }
</style>

background-color css

<style>
 a { background-color: #975A5B; }

 a { background-color: rgb(151,90,91); }

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

border-color css

<style>
 span { border-color: #975A5B; }

 span { border-color: rgb(151,90,91); }

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