Html Css Color HEX #975365 Vin Rouge

📋 copy color: '#975365'

red 151 ◦ green 83 ◦ blue 101

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

Shades of Vin Rouge #975365

Tints of Vin Rouge #975365

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.78%

 BLUE value IS 101 (39.84% from 255) = 30.15%

R = 45.07%
G = 24.78%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#975365 (or 0x975365) is known color: Vin Rouge. HEX triplet: 97, 53 and 65. RGB value is (151,83,101). Sum of RGB (Red+Green+Blue) = 151+83+101=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #975365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975365 is #68AC9A. Grayscale: #696969. Windows color (decimal): -6859931 or 6640535. OLE color: 6640535.

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

Color convert

RGB 151 83 101 -
CMYK 0 0.45 0.33 0.41
HSL 344.12º 0.29% 0.46% -
HSV(B) 344.12º 0.45% 0.59% -
XYZ 18.2 13.71 14 -
YUV 105.38 125.53 160.54 -
System Red Green Blue C M Y K H S L
Decimal 151 83 101 0 0.45 0.33 0.41 344.12 0.29 0.46
Hex 97 53 65 0 2D 21 29 158 1D 2E
Octal 227 123 145 0 55 41 51 530 35 56
Binary 10010111 1010011 1100101 0 101101 100001 101001 101011000 11101 101110

Color Harmonies of #975365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975365

Black with #975365

Text Example


Text Example

White with #975365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975365; }

 p { color: rgb(151,83,101); }

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

background-color css

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

 a { background-color: rgb(151,83,101); }

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

border-color css

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

 span { border-color: rgb(151,83,101); }

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