Html Css Color HEX #97575C Vin Rouge

📋 copy color: '#97575C'

red 151 ◦ green 87 ◦ blue 92

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

Shades of Vin Rouge #97575C

Tints of Vin Rouge #97575C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.36%

 BLUE value IS 92 (36.33% from 255) = 27.88%

R = 45.76%
G = 26.36%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#97575C (or 0x97575C) is known color: Vin Rouge. HEX triplet: 97, 57 and 5C. RGB value is (151,87,92). Sum of RGB (Red+Green+Blue) = 151+87+92=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #97575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97575C is #68A8A3. Grayscale: #6A6A6A. Windows color (decimal): -6858916 or 6051735. OLE color: 6051735.

HSL color Cylindrical-coordinate representation of color #97575C: hue angle of 355.31º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #97575C is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 87 92 -
CMYK 0 0.42 0.39 0.41
HSL 355.31º 0.27% 0.47% -
HSV(B) 355.31º 0.42% 0.59% -
XYZ 18.1 14.17 11.91 -
YUV 106.71 119.7 159.59 -
System Red Green Blue C M Y K H S L
Decimal 151 87 92 0 0.42 0.39 0.41 355.31 0.27 0.47
Hex 97 57 5C 0 2A 27 29 163 1B 2F
Octal 227 127 134 0 52 47 51 543 33 57
Binary 10010111 1010111 1011100 0 101010 100111 101001 101100011 11011 101111

Color Harmonies of #97575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97575C

Black with #97575C

Text Example


Text Example

White with #97575C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97575C; }

 p { color: rgb(151,87,92); }

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

background-color css

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

 a { background-color: rgb(151,87,92); }

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

border-color css

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

 span { border-color: rgb(151,87,92); }

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