#94525A

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

Shades of Vin Rouge #94525A

Tints of Vin Rouge #94525A

Color information

#94525A (or 0x94525A) is unknown color: approx Vin Rouge. HEX triplet: 94, 52 and 5A. RGB value is (148,82,90). Sum of RGB (Red+Green+Blue) = 148+82+90=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #94525A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94525A is #6BADA5. Grayscale: #666666. Windows color (decimal): -7056806 or 5919380. OLE color: 5919380.

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

Color convert

RGB1488290-
CMYK00.450.390.42
HSL352.73º28.7%45.1%-
HSV(B)352.73º44.59%58.04%-
XYZ17.0813.0711.3-
YUV102.65120.87160.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.25%
GREEN value IS 82 (32.42% from 255) = 25.62%
BLUE value IS 90 (35.55% from 255) = 28.12%
R=46.25%
G=25.62%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148829000.450.390.42352.7328.745.1
Hex94525A02D272A1611d2d
Octal22412213205547525413555
Binary1001010010100101011010010110110011110101010110000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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