Html Css Color HEX #995258 Vin Rouge

📋 copy color: '#995258'

red 153 ◦ green 82 ◦ blue 88

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

Shades of Vin Rouge #995258

Tints of Vin Rouge #995258

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.39%

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

R = 47.37%
G = 25.39%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#995258 (or 0x995258) is known color: Vin Rouge. HEX triplet: 99, 52 and 58. RGB value is (153,82,88). Sum of RGB (Red+Green+Blue) = 153+82+88=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #995258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995258 is #66ADA7. Grayscale: #676767. Windows color (decimal): -6729128 or 5788313. OLE color: 5788313.

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

Color convert

RGB 153 82 88 -
CMYK 0 0.46 0.42 0.4
HSL 354.93º 0.3% 0.46% -
HSV(B) 354.93º 0.46% 0.6% -
XYZ 17.92 13.51 10.9 -
YUV 103.91 119.02 163.01 -
System Red Green Blue C M Y K H S L
Decimal 153 82 88 0 0.46 0.42 0.4 354.93 0.3 0.46
Hex 99 52 58 0 2E 2A 28 163 1E 2E
Octal 231 122 130 0 56 52 50 543 36 56
Binary 10011001 1010010 1011000 0 101110 101010 101000 101100011 11110 101110

Color Harmonies of #995258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995258

Black with #995258

Text Example


Text Example

White with #995258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995258; }

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

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

background-color css

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

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

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

border-color css

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

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

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