Html Css Color HEX #995058 Vin Rouge

📋 copy color: '#995058'

red 153 ◦ green 80 ◦ blue 88

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

Shades of Vin Rouge #995058

Tints of Vin Rouge #995058

RGB

 RED value IS 153 (60.16% from 255) = 47.66%

 GREEN value IS 80 (31.64% from 255) = 24.92%

 BLUE value IS 88 (34.77% from 255) = 27.41%

R = 47.66%
G = 24.92%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#995058 (or 0x995058) is known color: Vin Rouge. HEX triplet: 99, 50 and 58. RGB value is (153,80,88). Sum of RGB (Red+Green+Blue) = 153+80+88=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 88 (34.77% from 255 or 27.41% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #995058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995058 is #66AFA7. Grayscale: #666666. Windows color (decimal): -6729640 or 5787801. OLE color: 5787801.

HSL color Cylindrical-coordinate representation of color #995058: hue angle of 353.42º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #995058 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 80 88 -
CMYK 0 0.48 0.42 0.4
HSL 353.42º 0.31% 0.46% -
HSV(B) 353.42º 0.48% 0.6% -
XYZ 17.77 13.21 10.85 -
YUV 102.74 119.68 163.85 -
System Red Green Blue C M Y K H S L
Decimal 153 80 88 0 0.48 0.42 0.4 353.42 0.31 0.46
Hex 99 50 58 0 30 2A 28 161 1F 2E
Octal 231 120 130 0 60 52 50 541 37 56
Binary 10011001 1010000 1011000 0 110000 101010 101000 101100001 11111 101110

Color Harmonies of #995058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995058

Black with #995058

Text Example


Text Example

White with #995058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995058; }

 p { color: rgb(153,80,88); }

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

background-color css

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

 a { background-color: rgb(153,80,88); }

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

border-color css

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

 span { border-color: rgb(153,80,88); }

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