Html Css Color HEX #995262 Vin Rouge

📋 copy color: '#995262'

red 153 ◦ green 82 ◦ blue 98

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

Shades of Vin Rouge #995262

Tints of Vin Rouge #995262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.43%

R = 45.95%
G = 24.62%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.4

RGB Variations

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

Color information

#995262 (or 0x995262) is known color: Vin Rouge. HEX triplet: 99, 52 and 62. RGB value is (153,82,98). Sum of RGB (Red+Green+Blue) = 153+82+98=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #995262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995262 is #66AD9D. Grayscale: #696969. Windows color (decimal): -6729118 or 6443673. OLE color: 6443673.

HSL color Cylindrical-coordinate representation of color #995262: hue angle of 346.48º 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 #995262 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 82 98 -
CMYK 0 0.46 0.36 0.4
HSL 346.48º 0.3% 0.46% -
HSV(B) 346.48º 0.46% 0.6% -
XYZ 18.36 13.69 13.23 -
YUV 105.05 124.02 162.2 -
System Red Green Blue C M Y K H S L
Decimal 153 82 98 0 0.46 0.36 0.4 346.48 0.3 0.46
Hex 99 52 62 0 2E 24 28 15A 1E 2E
Octal 231 122 142 0 56 44 50 532 36 56
Binary 10011001 1010010 1100010 0 101110 100100 101000 101011010 11110 101110

Color Harmonies of #995262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995262

Black with #995262

Text Example


Text Example

White with #995262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995262; }

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

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

background-color css

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

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

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

border-color css

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

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

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