Html Css Color HEX #975358 Vin Rouge

📋 copy color: '#975358'

red 151 ◦ green 83 ◦ blue 88

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

Shades of Vin Rouge #975358

Tints of Vin Rouge #975358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.33%

R = 46.89%
G = 25.78%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#975358 (or 0x975358) is known color: Vin Rouge. HEX triplet: 97, 53 and 58. RGB value is (151,83,88). Sum of RGB (Red+Green+Blue) = 151+83+88=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 88 (34.77% from 255 or 27.33% from 322); Max value from RGB is 151 - color contains mainly: red. Hex color #975358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975358 is #68ACA7. Grayscale: #676767. Windows color (decimal): -6859944 or 5788567. OLE color: 5788567.

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

Color convert

RGB 151 83 88 -
CMYK 0 0.45 0.42 0.41
HSL 355.59º 0.29% 0.46% -
HSV(B) 355.59º 0.45% 0.59% -
XYZ 17.62 13.47 10.9 -
YUV 103.9 119.03 161.59 -
System Red Green Blue C M Y K H S L
Decimal 151 83 88 0 0.45 0.42 0.41 355.59 0.29 0.46
Hex 97 53 58 0 2D 2A 29 164 1D 2E
Octal 227 123 130 0 55 52 51 544 35 56
Binary 10010111 1010011 1011000 0 101101 101010 101001 101100100 11101 101110

Color Harmonies of #975358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975358

Black with #975358

Text Example


Text Example

White with #975358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975358; }

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

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

background-color css

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

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

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

border-color css

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

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

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