Html Css Color HEX #98506A Vin Rouge

📋 copy color: '#98506A'

red 152 ◦ green 80 ◦ blue 106

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

Shades of Vin Rouge #98506A

Tints of Vin Rouge #98506A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.36%

R = 44.97%
G = 23.67%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#98506A (or 0x98506A) is known color: Vin Rouge. HEX triplet: 98, 50 and 6A. RGB value is (152,80,106). Sum of RGB (Red+Green+Blue) = 152+80+106=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #98506A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98506A is #67AF95. Grayscale: #686868. Windows color (decimal): -6795158 or 6967448. OLE color: 6967448.

HSL color Cylindrical-coordinate representation of color #98506A: hue angle of 338.33º 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 #98506A is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 80 106 -
CMYK 0 0.47 0.30 0.40
HSL 338.33º 0.31% 0.45% -
HSV(B) 338.33º 0.47% 0.6% -
XYZ 18.42 13.45 15.26 -
YUV 104.49 128.85 161.89 -
System Red Green Blue C M Y K H S L
Decimal 152 80 106 0 0.47 0.30 0.40 338.33 0.31 0.45
Hex 98 50 6A 0 2F 1E 28 152 1F 2D
Octal 230 120 152 0 57 36 50 522 37 55
Binary 10011000 1010000 1101010 0 101111 11110 101000 101010010 11111 101101

Color Harmonies of #98506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98506A

Black with #98506A

Text Example


Text Example

White with #98506A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98506A; }

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

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

background-color css

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

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

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

border-color css

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

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

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