Html Css Color HEX #94366E Rouge

📋 copy color: '#94366E'

red 148 ◦ green 54 ◦ blue 110

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

Shades of Rouge #94366E

Tints of Rouge #94366E

RGB

 RED value IS 148 (58.2% from 255) = 47.44%

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

 BLUE value IS 110 (43.36% from 255) = 35.26%

R = 47.44%
G = 17.31%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#94366E (or 0x94366E) is known color: Rouge. HEX triplet: 94, 36 and 6E. RGB value is (148,54,110). Sum of RGB (Red+Green+Blue) = 148+54+110=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #94366E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94366E is #6BC991. Grayscale: #585858. Windows color (decimal): -7063954 or 7222932. OLE color: 7222932.

HSL color Cylindrical-coordinate representation of color #94366E: hue angle of 324.26º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #94366E is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 54 110 -
CMYK 0 0.64 0.26 0.42
HSL 324.26º 0.47% 0.4% -
HSV(B) 324.26º 0.64% 0.58% -
XYZ 16.35 10.06 15.83 -
YUV 88.49 140.14 170.45 -
System Red Green Blue C M Y K H S L
Decimal 148 54 110 0 0.64 0.26 0.42 324.26 0.47 0.4
Hex 94 36 6E 0 40 1A 2A 144 2F 28
Octal 224 66 156 0 100 32 52 504 57 50
Binary 10010100 110110 1101110 0 1000000 11010 101010 101000100 101111 101000

Color Harmonies of #94366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94366E

Black with #94366E

Text Example


Text Example

White with #94366E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94366E; }

 p { color: rgb(148,54,110); }

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

background-color css

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

 a { background-color: rgb(148,54,110); }

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

border-color css

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

 span { border-color: rgb(148,54,110); }

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