Html Css Color HEX #985367 Vin Rouge

📋 copy color: '#985367'

red 152 ◦ green 83 ◦ blue 103

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

Shades of Vin Rouge #985367

Tints of Vin Rouge #985367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.47%

R = 44.97%
G = 24.56%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#985367 (or 0x985367) is known color: Vin Rouge. HEX triplet: 98, 53 and 67. RGB value is (152,83,103). Sum of RGB (Red+Green+Blue) = 152+83+103=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #985367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985367 is #67AC98. Grayscale: #696969. Windows color (decimal): -6794393 or 6771608. OLE color: 6771608.

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

Color convert

RGB 152 83 103 -
CMYK 0 0.45 0.32 0.40
HSL 342.61º 0.29% 0.46% -
HSV(B) 342.61º 0.45% 0.6% -
XYZ 18.49 13.84 14.53 -
YUV 105.91 126.36 160.87 -
System Red Green Blue C M Y K H S L
Decimal 152 83 103 0 0.45 0.32 0.40 342.61 0.29 0.46
Hex 98 53 67 0 2D 20 28 157 1D 2E
Octal 230 123 147 0 55 40 50 527 35 56
Binary 10011000 1010011 1100111 0 101101 100000 101000 101010111 11101 101110

Color Harmonies of #985367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985367

Black with #985367

Text Example


Text Example

White with #985367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985367; }

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

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

background-color css

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

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

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

border-color css

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

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

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