Html Css Color HEX #983668 Rouge

📋 copy color: '#983668'

red 152 ◦ green 54 ◦ blue 104

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

Shades of Rouge #983668

Tints of Rouge #983668

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.42%

 BLUE value IS 104 (41.02% from 255) = 33.55%

R = 49.03%
G = 17.42%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#983668 (or 0x983668) is known color: Rouge. HEX triplet: 98, 36 and 68. RGB value is (152,54,104). Sum of RGB (Red+Green+Blue) = 152+54+104=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #983668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983668 is #67C997. Grayscale: #585858. Windows color (decimal): -6801816 or 6829720. OLE color: 6829720.

HSL color Cylindrical-coordinate representation of color #983668: hue angle of 329.39º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #983668 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 54 104 -
CMYK 0 0.64 0.32 0.40
HSL 329.39º 0.48% 0.4% -
HSV(B) 329.39º 0.64% 0.6% -
XYZ 16.77 10.31 14.2 -
YUV 89 136.47 172.93 -
System Red Green Blue C M Y K H S L
Decimal 152 54 104 0 0.64 0.32 0.40 329.39 0.48 0.4
Hex 98 36 68 0 40 20 28 149 30 28
Octal 230 66 150 0 100 40 50 511 60 50
Binary 10011000 110110 1101000 0 1000000 100000 101000 101001001 110000 101000

Color Harmonies of #983668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983668

Black with #983668

Text Example


Text Example

White with #983668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983668; }

 p { color: rgb(152,54,104); }

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

background-color css

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

 a { background-color: rgb(152,54,104); }

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

border-color css

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

 span { border-color: rgb(152,54,104); }

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