Html Css Color HEX #985365 Vin Rouge

📋 copy color: '#985365'

red 152 ◦ green 83 ◦ blue 101

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

Shades of Vin Rouge #985365

Tints of Vin Rouge #985365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.06%

R = 45.24%
G = 24.7%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#985365 (or 0x985365) is known color: Vin Rouge. HEX triplet: 98, 53 and 65. RGB value is (152,83,101). Sum of RGB (Red+Green+Blue) = 152+83+101=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #985365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985365 is #67AC9A. Grayscale: #696969. Windows color (decimal): -6794395 or 6640536. OLE color: 6640536.

HSL color Cylindrical-coordinate representation of color #985365: hue angle of 344.35º 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 #985365 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 83 101 -
CMYK 0 0.45 0.34 0.40
HSL 344.35º 0.29% 0.46% -
HSV(B) 344.35º 0.45% 0.6% -
XYZ 18.39 13.8 14.01 -
YUV 105.68 125.36 161.04 -
System Red Green Blue C M Y K H S L
Decimal 152 83 101 0 0.45 0.34 0.40 344.35 0.29 0.46
Hex 98 53 65 0 2D 22 28 158 1D 2E
Octal 230 123 145 0 55 42 50 530 35 56
Binary 10011000 1010011 1100101 0 101101 100010 101000 101011000 11101 101110

Color Harmonies of #985365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985365

Black with #985365

Text Example


Text Example

White with #985365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985365; }

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

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

background-color css

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

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

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

border-color css

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

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

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