Html Css Color HEX #985068 Vin Rouge

📋 copy color: '#985068'

red 152 ◦ green 80 ◦ blue 104

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

Shades of Vin Rouge #985068

Tints of Vin Rouge #985068

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.81%

 BLUE value IS 104 (41.02% from 255) = 30.95%

R = 45.24%
G = 23.81%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#985068 (or 0x985068) is known color: Vin Rouge. HEX triplet: 98, 50 and 68. RGB value is (152,80,104). Sum of RGB (Red+Green+Blue) = 152+80+104=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #985068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985068 is #67AF97. Grayscale: #686868. Windows color (decimal): -6795160 or 6836376. OLE color: 6836376.

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

Color convert

RGB 152 80 104 -
CMYK 0 0.47 0.32 0.40
HSL 340º 0.31% 0.45% -
HSV(B) 340º 0.47% 0.6% -
XYZ 18.32 13.41 14.72 -
YUV 104.26 127.85 162.05 -
System Red Green Blue C M Y K H S L
Decimal 152 80 104 0 0.47 0.32 0.40 340 0.31 0.45
Hex 98 50 68 0 2F 20 28 154 1F 2D
Octal 230 120 150 0 57 40 50 524 37 55
Binary 10011000 1010000 1101000 0 101111 100000 101000 101010100 11111 101101

Color Harmonies of #985068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985068

Black with #985068

Text Example


Text Example

White with #985068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985068; }

 p { color: rgb(152,80,104); }

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

background-color css

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

 a { background-color: rgb(152,80,104); }

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

border-color css

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

 span { border-color: rgb(152,80,104); }

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