Html Css Color HEX #955268 Vin Rouge

📋 copy color: '#955268'

red 149 ◦ green 82 ◦ blue 104

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

Shades of Vin Rouge #955268

Tints of Vin Rouge #955268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.04%

R = 44.48%
G = 24.48%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#955268 (or 0x955268) is known color: Vin Rouge. HEX triplet: 95, 52 and 68. RGB value is (149,82,104). Sum of RGB (Red+Green+Blue) = 149+82+104=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #955268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955268 is #6AAD97. Grayscale: #686868. Windows color (decimal): -6991256 or 6836885. OLE color: 6836885.

HSL color Cylindrical-coordinate representation of color #955268: hue angle of 340.3º 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 #955268 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 82 104 -
CMYK 0 0.45 0.30 0.42
HSL 340.3º 0.29% 0.45% -
HSV(B) 340.3º 0.45% 0.58% -
XYZ 17.91 13.42 14.74 -
YUV 104.54 127.7 159.71 -
System Red Green Blue C M Y K H S L
Decimal 149 82 104 0 0.45 0.30 0.42 340.3 0.29 0.45
Hex 95 52 68 0 2D 1E 2A 154 1D 2D
Octal 225 122 150 0 55 36 52 524 35 55
Binary 10010101 1010010 1101000 0 101101 11110 101010 101010100 11101 101101

Color Harmonies of #955268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955268

Black with #955268

Text Example


Text Example

White with #955268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955268; }

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

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

background-color css

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

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

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

border-color css

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

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

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