Html Css Color HEX #983669 Rouge

📋 copy color: '#983669'

red 152 ◦ green 54 ◦ blue 105

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

Shades of Rouge #983669

Tints of Rouge #983669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.76%

R = 48.87%
G = 17.36%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#983669 (or 0x983669) is known color: Rouge. HEX triplet: 98, 36 and 69. RGB value is (152,54,105). Sum of RGB (Red+Green+Blue) = 152+54+105=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #983669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983669 is #67C996. Grayscale: #595959. Windows color (decimal): -6801815 or 6895256. OLE color: 6895256.

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

Color convert

RGB 152 54 105 -
CMYK 0 0.64 0.31 0.40
HSL 328.78º 0.48% 0.4% -
HSV(B) 328.78º 0.64% 0.6% -
XYZ 16.82 10.33 14.47 -
YUV 89.12 136.97 172.85 -
System Red Green Blue C M Y K H S L
Decimal 152 54 105 0 0.64 0.31 0.40 328.78 0.48 0.4
Hex 98 36 69 0 40 1F 28 149 30 28
Octal 230 66 151 0 100 37 50 511 60 50
Binary 10011000 110110 1101001 0 1000000 11111 101000 101001001 110000 101000

Color Harmonies of #983669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983669

Black with #983669

Text Example


Text Example

White with #983669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983669; }

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

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

background-color css

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

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

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

border-color css

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

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

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