Html Css Color HEX #995369 Vin Rouge

📋 copy color: '#995369'

red 153 ◦ green 83 ◦ blue 105

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

Shades of Vin Rouge #995369

Tints of Vin Rouge #995369

RGB

 RED value IS 153 (60.16% from 255) = 44.87%

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

 BLUE value IS 105 (41.41% from 255) = 30.79%

R = 44.87%
G = 24.34%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#995369 (or 0x995369) is known color: Vin Rouge. HEX triplet: 99, 53 and 69. RGB value is (153,83,105). Sum of RGB (Red+Green+Blue) = 153+83+105=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #995369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995369 is #66AC96. Grayscale: #6A6A6A. Windows color (decimal): -6728855 or 6902681. OLE color: 6902681.

HSL color Cylindrical-coordinate representation of color #995369: hue angle of 341.14º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #995369 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 83 105 -
CMYK 0 0.46 0.31 0.4
HSL 341.14º 0.3% 0.46% -
HSV(B) 341.14º 0.46% 0.6% -
XYZ 18.78 13.98 15.07 -
YUV 106.44 127.19 161.21 -
System Red Green Blue C M Y K H S L
Decimal 153 83 105 0 0.46 0.31 0.4 341.14 0.3 0.46
Hex 99 53 69 0 2E 1F 28 155 1E 2E
Octal 231 123 151 0 56 37 50 525 36 56
Binary 10011001 1010011 1101001 0 101110 11111 101000 101010101 11110 101110

Color Harmonies of #995369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995369

Black with #995369

Text Example


Text Example

White with #995369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995369; }

 p { color: rgb(153,83,105); }

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

background-color css

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

 a { background-color: rgb(153,83,105); }

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

border-color css

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

 span { border-color: rgb(153,83,105); }

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