Html Css Color HEX #98506B Vin Rouge

📋 copy color: '#98506B'

red 152 ◦ green 80 ◦ blue 107

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

Shades of Vin Rouge #98506B

Tints of Vin Rouge #98506B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.56%

R = 44.84%
G = 23.6%
B = 31.56%

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

#98506B (or 0x98506B) is known color: Vin Rouge. HEX triplet: 98, 50 and 6B. RGB value is (152,80,107). Sum of RGB (Red+Green+Blue) = 152+80+107=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #98506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98506B is #67AF94. Grayscale: #686868. Windows color (decimal): -6795157 or 7032984. OLE color: 7032984.

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

Color convert

RGB 152 80 107 -
CMYK 0 0.47 0.30 0.40
HSL 337.5º 0.31% 0.45% -
HSV(B) 337.5º 0.47% 0.6% -
XYZ 18.47 13.47 15.54 -
YUV 104.61 129.35 161.8 -
System Red Green Blue C M Y K H S L
Decimal 152 80 107 0 0.47 0.30 0.40 337.5 0.31 0.45
Hex 98 50 6B 0 2F 1E 28 152 1F 2D
Octal 230 120 153 0 57 36 50 522 37 55
Binary 10011000 1010000 1101011 0 101111 11110 101000 101010010 11111 101101

Color Harmonies of #98506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98506B

Black with #98506B

Text Example


Text Example

White with #98506B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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