Html Css Color HEX #985267 Vin Rouge

📋 copy color: '#985267'

red 152 ◦ green 82 ◦ blue 103

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

Shades of Vin Rouge #985267

Tints of Vin Rouge #985267

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.33%

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

R = 45.1%
G = 24.33%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#985267 (or 0x985267) is known color: Vin Rouge. HEX triplet: 98, 52 and 67. RGB value is (152,82,103). Sum of RGB (Red+Green+Blue) = 152+82+103=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #985267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985267 is #67AD98. Grayscale: #696969. Windows color (decimal): -6794649 or 6771352. OLE color: 6771352.

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

Color convert

RGB 152 82 103 -
CMYK 0 0.46 0.32 0.40
HSL 342º 0.3% 0.46% -
HSV(B) 342º 0.46% 0.6% -
XYZ 18.41 13.69 14.5 -
YUV 105.32 126.69 161.29 -
System Red Green Blue C M Y K H S L
Decimal 152 82 103 0 0.46 0.32 0.40 342 0.3 0.46
Hex 98 52 67 0 2E 20 28 156 1E 2E
Octal 230 122 147 0 56 40 50 526 36 56
Binary 10011000 1010010 1100111 0 101110 100000 101000 101010110 11110 101110

Color Harmonies of #985267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985267

Black with #985267

Text Example


Text Example

White with #985267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985267; }

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

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

background-color css

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

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

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

border-color css

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

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

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