Html Css Color HEX #9E526D Vin Rouge

📋 copy color: '#9E526D'

red 158 ◦ green 82 ◦ blue 109

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

Shades of Vin Rouge #9E526D

Tints of Vin Rouge #9E526D

RGB

 RED value IS 158 (62.11% from 255) = 45.27%

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

 BLUE value IS 109 (42.97% from 255) = 31.23%

R = 45.27%
G = 23.5%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9E526D (or 0x9E526D) is known color: Vin Rouge. HEX triplet: 9E, 52 and 6D. RGB value is (158,82,109). Sum of RGB (Red+Green+Blue) = 158+82+109=349 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.27% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 158 - color contains mainly: red. Hex color #9E526D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E526D is #61AD92. Grayscale: #6B6B6B. Windows color (decimal): -6401427 or 7164574. OLE color: 7164574.

HSL color Cylindrical-coordinate representation of color #9E526D: hue angle of 338.68º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E526D is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 82 109 -
CMYK 0 0.48 0.31 0.38
HSL 338.68º 0.32% 0.47% -
HSV(B) 338.68º 0.48% 0.62% -
XYZ 19.88 14.41 16.2 -
YUV 107.8 128.68 163.8 -
System Red Green Blue C M Y K H S L
Decimal 158 82 109 0 0.48 0.31 0.38 338.68 0.32 0.47
Hex 9E 52 6D 0 30 1F 26 153 20 2F
Octal 236 122 155 0 60 37 46 523 40 57
Binary 10011110 1010010 1101101 0 110000 11111 100110 101010011 100000 101111

Color Harmonies of #9E526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E526D

Black with #9E526D

Text Example


Text Example

White with #9E526D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E526D; }

 p { color: rgb(158,82,109); }

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

background-color css

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

 a { background-color: rgb(158,82,109); }

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

border-color css

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

 span { border-color: rgb(158,82,109); }

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