Html Css Color HEX #95536A Vin Rouge

📋 copy color: '#95536A'

red 149 ◦ green 83 ◦ blue 106

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

Shades of Vin Rouge #95536A

Tints of Vin Rouge #95536A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.56%

 BLUE value IS 106 (41.8% from 255) = 31.36%

R = 44.08%
G = 24.56%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#95536A (or 0x95536A) is known color: Vin Rouge. HEX triplet: 95, 53 and 6A. RGB value is (149,83,106). Sum of RGB (Red+Green+Blue) = 149+83+106=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #95536A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95536A is #6AAC95. Grayscale: #696969. Windows color (decimal): -6990998 or 6968213. OLE color: 6968213.

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

Color convert

RGB 149 83 106 -
CMYK 0 0.44 0.29 0.42
HSL 339.09º 0.28% 0.45% -
HSV(B) 339.09º 0.44% 0.58% -
XYZ 18.09 13.62 15.31 -
YUV 105.36 128.37 159.13 -
System Red Green Blue C M Y K H S L
Decimal 149 83 106 0 0.44 0.29 0.42 339.09 0.28 0.45
Hex 95 53 6A 0 2C 1D 2A 153 1C 2D
Octal 225 123 152 0 54 35 52 523 34 55
Binary 10010101 1010011 1101010 0 101100 11101 101010 101010011 11100 101101

Color Harmonies of #95536A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95536A

Black with #95536A

Text Example


Text Example

White with #95536A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95536A; }

 p { color: rgb(149,83,106); }

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

background-color css

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

 a { background-color: rgb(149,83,106); }

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

border-color css

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

 span { border-color: rgb(149,83,106); }

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