Html Css Color HEX #95525D Vin Rouge

📋 copy color: '#95525D'

red 149 ◦ green 82 ◦ blue 93

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

Shades of Vin Rouge #95525D

Tints of Vin Rouge #95525D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.7%

R = 45.99%
G = 25.31%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#95525D (or 0x95525D) is known color: Vin Rouge. HEX triplet: 95, 52 and 5D. RGB value is (149,82,93). Sum of RGB (Red+Green+Blue) = 149+82+93=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #95525D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95525D is #6AADA2. Grayscale: #676767. Windows color (decimal): -6991267 or 6115989. OLE color: 6115989.

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

Color convert

RGB 149 82 93 -
CMYK 0 0.45 0.38 0.42
HSL 350.15º 0.29% 0.45% -
HSV(B) 350.15º 0.45% 0.58% -
XYZ 17.39 13.21 11.99 -
YUV 103.29 122.2 160.61 -
System Red Green Blue C M Y K H S L
Decimal 149 82 93 0 0.45 0.38 0.42 350.15 0.29 0.45
Hex 95 52 5D 0 2D 26 2A 15E 1D 2D
Octal 225 122 135 0 55 46 52 536 35 55
Binary 10010101 1010010 1011101 0 101101 100110 101010 101011110 11101 101101

Color Harmonies of #95525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95525D

Black with #95525D

Text Example


Text Example

White with #95525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95525D; }

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

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

background-color css

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

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

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

border-color css

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

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

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