Html Css Color HEX #975464 Vin Rouge

📋 copy color: '#975464'

red 151 ◦ green 84 ◦ blue 100

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

Shades of Vin Rouge #975464

Tints of Vin Rouge #975464

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.07%

 BLUE value IS 100 (39.45% from 255) = 29.85%

R = 45.07%
G = 25.07%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#975464 (or 0x975464) is known color: Vin Rouge. HEX triplet: 97, 54 and 64. RGB value is (151,84,100). Sum of RGB (Red+Green+Blue) = 151+84+100=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #975464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975464 is #68AB9B. Grayscale: #696969. Windows color (decimal): -6859676 or 6575255. OLE color: 6575255.

HSL color Cylindrical-coordinate representation of color #975464: hue angle of 345.67º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #975464 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 84 100 -
CMYK 0 0.44 0.34 0.41
HSL 345.67º 0.29% 0.46% -
HSV(B) 345.67º 0.44% 0.59% -
XYZ 18.23 13.84 13.77 -
YUV 105.86 124.7 160.2 -
System Red Green Blue C M Y K H S L
Decimal 151 84 100 0 0.44 0.34 0.41 345.67 0.29 0.46
Hex 97 54 64 0 2C 22 29 15A 1D 2E
Octal 227 124 144 0 54 42 51 532 35 56
Binary 10010111 1010100 1100100 0 101100 100010 101001 101011010 11101 101110

Color Harmonies of #975464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975464

Black with #975464

Text Example


Text Example

White with #975464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975464; }

 p { color: rgb(151,84,100); }

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

background-color css

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

 a { background-color: rgb(151,84,100); }

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

border-color css

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

 span { border-color: rgb(151,84,100); }

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