Html Css Color HEX #96346F Rouge

📋 copy color: '#96346F'

red 150 ◦ green 52 ◦ blue 111

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

Shades of Rouge #96346F

Tints of Rouge #96346F

RGB

 RED value IS 150 (58.98% from 255) = 47.92%

 GREEN value IS 52 (20.7% from 255) = 16.61%

 BLUE value IS 111 (43.75% from 255) = 35.46%

R = 47.92%
G = 16.61%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#96346F (or 0x96346F) is known color: Rouge. HEX triplet: 96, 34 and 6F. RGB value is (150,52,111). Sum of RGB (Red+Green+Blue) = 150+52+111=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #96346F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96346F is #69CB90. Grayscale: #575757. Windows color (decimal): -6933393 or 7287958. OLE color: 7287958.

HSL color Cylindrical-coordinate representation of color #96346F: hue angle of 323.88º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96346F is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 52 111 -
CMYK 0 0.65 0.26 0.41
HSL 323.88º 0.49% 0.4% -
HSV(B) 323.88º 0.65% 0.59% -
XYZ 16.67 10.09 16.11 -
YUV 88.03 140.97 172.2 -
System Red Green Blue C M Y K H S L
Decimal 150 52 111 0 0.65 0.26 0.41 323.88 0.49 0.4
Hex 96 34 6F 0 41 1A 29 144 31 28
Octal 226 64 157 0 101 32 51 504 61 50
Binary 10010110 110100 1101111 0 1000001 11010 101001 101000100 110001 101000

Color Harmonies of #96346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96346F

Black with #96346F

Text Example


Text Example

White with #96346F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96346F; }

 p { color: rgb(150,52,111); }

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

background-color css

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

 a { background-color: rgb(150,52,111); }

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

border-color css

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

 span { border-color: rgb(150,52,111); }

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