Html Css Color HEX #993667 Rouge

📋 copy color: '#993667'

red 153 ◦ green 54 ◦ blue 103

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

Shades of Rouge #993667

Tints of Rouge #993667

RGB

 RED value IS 153 (60.16% from 255) = 49.35%

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

 BLUE value IS 103 (40.63% from 255) = 33.23%

R = 49.35%
G = 17.42%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#993667 (or 0x993667) is known color: Rouge. HEX triplet: 99, 36 and 67. RGB value is (153,54,103). Sum of RGB (Red+Green+Blue) = 153+54+103=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #993667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993667 is #66C998. Grayscale: #595959. Windows color (decimal): -6736281 or 6764185. OLE color: 6764185.

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

Color convert

RGB 153 54 103 -
CMYK 0 0.65 0.33 0.4
HSL 330.3º 0.48% 0.41% -
HSV(B) 330.3º 0.65% 0.6% -
XYZ 16.9 10.39 13.95 -
YUV 89.19 135.8 173.52 -
System Red Green Blue C M Y K H S L
Decimal 153 54 103 0 0.65 0.33 0.4 330.3 0.48 0.41
Hex 99 36 67 0 41 21 28 14A 30 29
Octal 231 66 147 0 101 41 50 512 60 51
Binary 10011001 110110 1100111 0 1000001 100001 101000 101001010 110000 101001

Color Harmonies of #993667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993667

Black with #993667

Text Example


Text Example

White with #993667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993667; }

 p { color: rgb(153,54,103); }

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

background-color css

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

 a { background-color: rgb(153,54,103); }

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

border-color css

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

 span { border-color: rgb(153,54,103); }

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