Html Css Color HEX #90595C Vin Rouge

📋 copy color: '#90595C'

red 144 ◦ green 89 ◦ blue 92

#90595C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vin Rouge #90595C

Tints of Vin Rouge #90595C

RGB

 RED value IS 144 (56.64% from 255) = 44.31%

 GREEN value IS 89 (35.16% from 255) = 27.38%

 BLUE value IS 92 (36.33% from 255) = 28.31%

R = 44.31%
G = 27.38%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#90595C (or 0x90595C) is known color: Vin Rouge. HEX triplet: 90, 59 and 5C. RGB value is (144,89,92). Sum of RGB (Red+Green+Blue) = 144+89+92=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 144 - color contains mainly: red. Hex color #90595C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90595C is #6FA6A3. Grayscale: #696969. Windows color (decimal): -7317156 or 6052240. OLE color: 6052240.

HSL color Cylindrical-coordinate representation of color #90595C: hue angle of 356.73º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90595C is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 89 92 -
CMYK 0 0.38 0.36 0.44
HSL 356.73º 0.24% 0.46% -
HSV(B) 356.73º 0.38% 0.56% -
XYZ 17.01 13.85 11.9 -
YUV 105.79 120.22 155.26 -
System Red Green Blue C M Y K H S L
Decimal 144 89 92 0 0.38 0.36 0.44 356.73 0.24 0.46
Hex 90 59 5C 0 26 24 2C 165 18 2E
Octal 220 131 134 0 46 44 54 545 30 56
Binary 10010000 1011001 1011100 0 100110 100100 101100 101100101 11000 101110

Color Harmonies of #90595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90595C

Black with #90595C

Text Example


Text Example

White with #90595C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90595C; }

 p { color: rgb(144,89,92); }

 H1.HeaderClassName
 {
   color: #90595C;
 }
 .AnyTagClassName
 {
   color: #90595C;
 }
</style>

background-color css

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

 a { background-color: rgb(144,89,92); }

 div.DivClassName
 {
   background-color: #90595C;
 }
 .BgClassName
 {
   background-color: #90595C;
 }
</style>

border-color css

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

 span { border-color: rgb(144,89,92); }

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