#94525E

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

Shades of Vin Rouge #94525E

Tints of Vin Rouge #94525E

Color information

#94525E (or 0x94525E) is unknown color: approx Vin Rouge. HEX triplet: 94, 52 and 5E. RGB value is (148,82,94). Sum of RGB (Red+Green+Blue) = 148+82+94=324 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.68% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 148 - color contains mainly: red. Hex color #94525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94525E is #6BADA1. Grayscale: #676767. Windows color (decimal): -7056802 or 6181524. OLE color: 6181524.

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

Color convert

RGB1488294-
CMYK00.450.360.42
HSL349.09º28.7%45.1%-
HSV(B)349.09º44.59%58.04%-
XYZ17.2513.1412.22-
YUV103.1122.87160.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.68%
GREEN value IS 82 (32.42% from 255) = 25.31%
BLUE value IS 94 (37.11% from 255) = 29.01%
R=45.68%
G=25.31%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148829400.450.360.42349.0928.745.1
Hex94525E02D242A15d1d2d
Octal22412213605544525353555
Binary1001010010100101011110010110110010010101010101110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94525E; }

 p { color: rgb(148,82,94); }

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

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

 a { background-color: rgb(148,82,94); }

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

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

 span { border-color: rgb(148,82,94); }

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