#90525E

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

Shades of Vin Rouge #90525E

Tints of Vin Rouge #90525E

Color information

#90525E (or 0x90525E) is unknown color: approx Vin Rouge. HEX triplet: 90, 52 and 5E. RGB value is (144,82,94). Sum of RGB (Red+Green+Blue) = 144+82+94=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 144 - color contains mainly: red. Hex color #90525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90525E is #6FADA1. Grayscale: #656565. Windows color (decimal): -7318946 or 6181520. OLE color: 6181520.

HSL color Cylindrical-coordinate representation of color #90525E: hue angle of 348.39º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90525E is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB1448294-
CMYK00.430.350.44
HSL348.39º27.43%44.31%-
HSV(B)348.39º43.06%56.47%-
XYZ16.5412.7712.18-
YUV101.91123.54158.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45%
GREEN value IS 82 (32.42% from 255) = 25.62%
BLUE value IS 94 (37.11% from 255) = 29.38%
R=45%
G=25.62%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144829400.430.350.44348.3927.4344.31
Hex90525E02B232C15c1b2c
Octal22012213605343545343354
Binary1001000010100101011110010101110001110110010101110011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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