Html Css Color HEX #90595B Vin Rouge

📋 copy color: '#90595B'

red 144 ◦ green 89 ◦ blue 91

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

Shades of Vin Rouge #90595B

Tints of Vin Rouge #90595B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.09%

R = 44.44%
G = 27.47%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#90595B (or 0x90595B) is known color: Vin Rouge. HEX triplet: 90, 59 and 5B. RGB value is (144,89,91). Sum of RGB (Red+Green+Blue) = 144+89+91=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 144 - color contains mainly: red. Hex color #90595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90595B is #6FA6A4. Grayscale: #696969. Windows color (decimal): -7317157 or 5986704. OLE color: 5986704.

HSL color Cylindrical-coordinate representation of color #90595B: hue angle of 357.82º 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 #90595B is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 89 91 -
CMYK 0 0.38 0.37 0.44
HSL 357.82º 0.24% 0.46% -
HSV(B) 357.82º 0.38% 0.56% -
XYZ 16.96 13.83 11.67 -
YUV 105.67 119.72 155.34 -
System Red Green Blue C M Y K H S L
Decimal 144 89 91 0 0.38 0.37 0.44 357.82 0.24 0.46
Hex 90 59 5B 0 26 25 2C 166 18 2E
Octal 220 131 133 0 46 45 54 546 30 56
Binary 10010000 1011001 1011011 0 100110 100101 101100 101100110 11000 101110

Color Harmonies of #90595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90595B

Black with #90595B

Text Example


Text Example

White with #90595B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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