Html Css Color HEX #985369 Vin Rouge

📋 copy color: '#985369'

red 152 ◦ green 83 ◦ blue 105

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

Shades of Vin Rouge #985369

Tints of Vin Rouge #985369

RGB

 RED value IS 152 (59.77% from 255) = 44.71%

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

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

R = 44.71%
G = 24.41%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#985369 (or 0x985369) is known color: Vin Rouge. HEX triplet: 98, 53 and 69. RGB value is (152,83,105). Sum of RGB (Red+Green+Blue) = 152+83+105=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #985369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985369 is #67AC96. Grayscale: #6A6A6A. Windows color (decimal): -6794391 or 6902680. OLE color: 6902680.

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

Color convert

RGB 152 83 105 -
CMYK 0 0.45 0.31 0.40
HSL 340.87º 0.29% 0.46% -
HSV(B) 340.87º 0.45% 0.6% -
XYZ 18.59 13.88 15.06 -
YUV 106.14 127.36 160.71 -
System Red Green Blue C M Y K H S L
Decimal 152 83 105 0 0.45 0.31 0.40 340.87 0.29 0.46
Hex 98 53 69 0 2D 1F 28 155 1D 2E
Octal 230 123 151 0 55 37 50 525 35 56
Binary 10011000 1010011 1101001 0 101101 11111 101000 101010101 11101 101110

Color Harmonies of #985369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985369

Black with #985369

Text Example


Text Example

White with #985369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985369; }

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

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

background-color css

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

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

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

border-color css

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

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

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