Html Css Color HEX #955262 Vin Rouge

📋 copy color: '#955262'

red 149 ◦ green 82 ◦ blue 98

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

Shades of Vin Rouge #955262

Tints of Vin Rouge #955262

RGB

 RED value IS 149 (58.59% from 255) = 45.29%

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

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

R = 45.29%
G = 24.92%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#955262 (or 0x955262) is known color: Vin Rouge. HEX triplet: 95, 52 and 62. RGB value is (149,82,98). Sum of RGB (Red+Green+Blue) = 149+82+98=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #955262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955262 is #6AAD9D. Grayscale: #676767. Windows color (decimal): -6991262 or 6443669. OLE color: 6443669.

HSL color Cylindrical-coordinate representation of color #955262: hue angle of 345.67º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #955262 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 82 98 -
CMYK 0 0.45 0.34 0.42
HSL 345.67º 0.29% 0.45% -
HSV(B) 345.67º 0.45% 0.58% -
XYZ 17.62 13.31 13.2 -
YUV 103.86 124.7 160.2 -
System Red Green Blue C M Y K H S L
Decimal 149 82 98 0 0.45 0.34 0.42 345.67 0.29 0.45
Hex 95 52 62 0 2D 22 2A 15A 1D 2D
Octal 225 122 142 0 55 42 52 532 35 55
Binary 10010101 1010010 1100010 0 101101 100010 101010 101011010 11101 101101

Color Harmonies of #955262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955262

Black with #955262

Text Example


Text Example

White with #955262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955262; }

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

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

background-color css

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

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

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

border-color css

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

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

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