Html Css Color HEX #985262 Vin Rouge

📋 copy color: '#985262'

red 152 ◦ green 82 ◦ blue 98

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

Shades of Vin Rouge #985262

Tints of Vin Rouge #985262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.52%

R = 45.78%
G = 24.7%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#985262 (or 0x985262) is known color: Vin Rouge. HEX triplet: 98, 52 and 62. RGB value is (152,82,98). Sum of RGB (Red+Green+Blue) = 152+82+98=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #985262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985262 is #67AD9D. Grayscale: #686868. Windows color (decimal): -6794654 or 6443672. OLE color: 6443672.

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

Color convert

RGB 152 82 98 -
CMYK 0 0.46 0.36 0.40
HSL 346.29º 0.3% 0.46% -
HSV(B) 346.29º 0.46% 0.6% -
XYZ 18.17 13.59 13.22 -
YUV 104.75 124.19 161.7 -
System Red Green Blue C M Y K H S L
Decimal 152 82 98 0 0.46 0.36 0.40 346.29 0.3 0.46
Hex 98 52 62 0 2E 24 28 15A 1E 2E
Octal 230 122 142 0 56 44 50 532 36 56
Binary 10011000 1010010 1100010 0 101110 100100 101000 101011010 11110 101110

Color Harmonies of #985262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985262

Black with #985262

Text Example


Text Example

White with #985262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985262; }

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

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

background-color css

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

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

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

border-color css

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

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

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