Html Css Color HEX #975467 Vin Rouge

📋 copy color: '#975467'

red 151 ◦ green 84 ◦ blue 103

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

Shades of Vin Rouge #975467

Tints of Vin Rouge #975467

RGB

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

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

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

R = 44.67%
G = 24.85%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#975467 (or 0x975467) is known color: Vin Rouge. HEX triplet: 97, 54 and 67. RGB value is (151,84,103). Sum of RGB (Red+Green+Blue) = 151+84+103=338 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.67% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 151 - color contains mainly: red. Hex color #975467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975467 is #68AB98. Grayscale: #6A6A6A. Windows color (decimal): -6859673 or 6771863. OLE color: 6771863.

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

Color convert

RGB 151 84 103 -
CMYK 0 0.44 0.32 0.41
HSL 342.99º 0.29% 0.46% -
HSV(B) 342.99º 0.44% 0.59% -
XYZ 18.38 13.9 14.55 -
YUV 106.2 126.2 159.96 -
System Red Green Blue C M Y K H S L
Decimal 151 84 103 0 0.44 0.32 0.41 342.99 0.29 0.46
Hex 97 54 67 0 2C 20 29 157 1D 2E
Octal 227 124 147 0 54 40 51 527 35 56
Binary 10010111 1010100 1100111 0 101100 100000 101001 101010111 11101 101110

Color Harmonies of #975467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975467

Black with #975467

Text Example


Text Example

White with #975467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975467; }

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

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

background-color css

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

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

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

border-color css

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

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

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