Html Css Color HEX #975267 Vin Rouge

📋 copy color: '#975267'

red 151 ◦ green 82 ◦ blue 103

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

Shades of Vin Rouge #975267

Tints of Vin Rouge #975267

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.4%

 BLUE value IS 103 (40.63% from 255) = 30.65%

R = 44.94%
G = 24.4%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#975267 (or 0x975267) is known color: Vin Rouge. HEX triplet: 97, 52 and 67. RGB value is (151,82,103). Sum of RGB (Red+Green+Blue) = 151+82+103=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #975267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975267 is #68AD98. Grayscale: #696969. Windows color (decimal): -6860185 or 6771351. OLE color: 6771351.

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

Color convert

RGB 151 82 103 -
CMYK 0 0.46 0.32 0.41
HSL 341.74º 0.3% 0.46% -
HSV(B) 341.74º 0.46% 0.59% -
XYZ 18.23 13.59 14.49 -
YUV 105.03 126.86 160.79 -
System Red Green Blue C M Y K H S L
Decimal 151 82 103 0 0.46 0.32 0.41 341.74 0.3 0.46
Hex 97 52 67 0 2E 20 29 156 1E 2E
Octal 227 122 147 0 56 40 51 526 36 56
Binary 10010111 1010010 1100111 0 101110 100000 101001 101010110 11110 101110

Color Harmonies of #975267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975267

Black with #975267

Text Example


Text Example

White with #975267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975267; }

 p { color: rgb(151,82,103); }

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

background-color css

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

 a { background-color: rgb(151,82,103); }

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

border-color css

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

 span { border-color: rgb(151,82,103); }

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