Html Css Color HEX #90585B Vin Rouge

📋 copy color: '#90585B'

red 144 ◦ green 88 ◦ blue 91

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

Shades of Vin Rouge #90585B

Tints of Vin Rouge #90585B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.24%

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

R = 44.58%
G = 27.24%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#90585B (or 0x90585B) is known color: Vin Rouge. HEX triplet: 90, 58 and 5B. RGB value is (144,88,91). Sum of RGB (Red+Green+Blue) = 144+88+91=323 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.58% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 144 - color contains mainly: red. Hex color #90585B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90585B is #6FA7A4. Grayscale: #696969. Windows color (decimal): -7317413 or 5986448. OLE color: 5986448.

HSL color Cylindrical-coordinate representation of color #90585B: hue angle of 356.79º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90585B is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 88 91 -
CMYK 0 0.39 0.37 0.44
HSL 356.79º 0.24% 0.45% -
HSV(B) 356.79º 0.39% 0.56% -
XYZ 16.88 13.66 11.65 -
YUV 105.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 144 88 91 0 0.39 0.37 0.44 356.79 0.24 0.45
Hex 90 58 5B 0 27 25 2C 165 18 2D
Octal 220 130 133 0 47 45 54 545 30 55
Binary 10010000 1011000 1011011 0 100111 100101 101100 101100101 11000 101101

Color Harmonies of #90585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90585B

Black with #90585B

Text Example


Text Example

White with #90585B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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