#97506B

Color #97506B Vin Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vin Rouge #97506B

Tints of Vin Rouge #97506B

Color information

#97506B (or 0x97506B) is unknown color: approx Vin Rouge. HEX triplet: 97, 50 and 6B. RGB value is (151,80,107). Sum of RGB (Red+Green+Blue) = 151+80+107=338 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.67% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 151 - color contains mainly: red. Hex color #97506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97506B is #68AF94. Grayscale: #686868. Windows color (decimal): -6860693 or 7032983. OLE color: 7032983.

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

Color convert

RGB15180107-
CMYK00.470.290.41
HSL337.18º30.74%45.29%-
HSV(B)337.18º47.02%59.22%-
XYZ18.2913.3815.53-
YUV104.31129.52161.3-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.67%
GREEN value IS 80 (31.64% from 255) = 23.67%
BLUE value IS 107 (42.19% from 255) = 31.66%
R=44.67%
G=23.67%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518010700.470.290.41337.1830.7445.29
Hex97506B02F1D291511f2d
Octal22712015305735515213755
Binary100101111010000110101101011111110110100110101000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97506B; }

 p { color: rgb(151,80,107); }

 H1.HeaderClassName
 {
   color: #97506B;
 }
 .AnyTagClassName
 {
   color: #97506B;
 }
</style>
background-color css

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

 a { background-color: rgb(151,80,107); }

 div.DivClassName
 {
   background-color: #97506B;
 }
 .BgClassName
 {
   background-color: #97506B;
 }
</style>
border-color css

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

 span { border-color: rgb(151,80,107); }

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