#935267

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

Shades of Vin Rouge #935267

Tints of Vin Rouge #935267

Color information

#935267 (or 0x935267) is unknown color: approx Vin Rouge. HEX triplet: 93, 52 and 67. RGB value is (147,82,103). Sum of RGB (Red+Green+Blue) = 147+82+103=332 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.28% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 147 - color contains mainly: red. Hex color #935267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935267 is #6CAD98. Grayscale: #676767. Windows color (decimal): -7122329 or 6771347. OLE color: 6771347.

HSL color Cylindrical-coordinate representation of color #935267: hue angle of 340.62º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #935267 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB14782103-
CMYK00.440.300.42
HSL340.62º28.38%44.9%-
HSV(B)340.62º44.22%57.65%-
XYZ17.513.2214.46-
YUV103.83127.53158.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.28%
GREEN value IS 82 (32.42% from 255) = 24.70%
BLUE value IS 103 (40.62% from 255) = 31.02%
R=44.28%
G=24.70%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478210300.440.300.42340.6228.3844.9
Hex93526702C1E2A1551c2d
Octal22312214705436525253455
Binary100100111010010110011101011001111010101010101010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935267; }

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

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

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

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

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

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

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

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