Html Css Color HEX #94376C Rouge

📋 copy color: '#94376C'

red 148 ◦ green 55 ◦ blue 108

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

Shades of Rouge #94376C

Tints of Rouge #94376C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.68%

 BLUE value IS 108 (42.58% from 255) = 34.73%

R = 47.59%
G = 17.68%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#94376C (or 0x94376C) is known color: Rouge. HEX triplet: 94, 37 and 6C. RGB value is (148,55,108). Sum of RGB (Red+Green+Blue) = 148+55+108=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #94376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94376C is #6BC893. Grayscale: #585858. Windows color (decimal): -7063700 or 7092116. OLE color: 7092116.

HSL color Cylindrical-coordinate representation of color #94376C: hue angle of 325.81º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #94376C is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 55 108 -
CMYK 0 0.63 0.27 0.42
HSL 325.81º 0.46% 0.4% -
HSV(B) 325.81º 0.63% 0.58% -
XYZ 16.29 10.11 15.28 -
YUV 88.85 138.81 170.19 -
System Red Green Blue C M Y K H S L
Decimal 148 55 108 0 0.63 0.27 0.42 325.81 0.46 0.4
Hex 94 37 6C 0 3F 1B 2A 146 2E 28
Octal 224 67 154 0 77 33 52 506 56 50
Binary 10010100 110111 1101100 0 111111 11011 101010 101000110 101110 101000

Color Harmonies of #94376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94376C

Black with #94376C

Text Example


Text Example

White with #94376C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94376C; }

 p { color: rgb(148,55,108); }

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

background-color css

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

 a { background-color: rgb(148,55,108); }

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

border-color css

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

 span { border-color: rgb(148,55,108); }

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