Html Css Color HEX #94386D Rouge

📋 copy color: '#94386D'

red 148 ◦ green 56 ◦ blue 109

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

Shades of Rouge #94386D

Tints of Rouge #94386D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.89%

 BLUE value IS 109 (42.97% from 255) = 34.82%

R = 47.28%
G = 17.89%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#94386D (or 0x94386D) is known color: Rouge. HEX triplet: 94, 38 and 6D. RGB value is (148,56,109). Sum of RGB (Red+Green+Blue) = 148+56+109=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #94386D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94386D is #6BC792. Grayscale: #595959. Windows color (decimal): -7063443 or 7157908. OLE color: 7157908.

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

Color convert

RGB 148 56 109 -
CMYK 0 0.62 0.26 0.42
HSL 325.43º 0.45% 0.4% -
HSV(B) 325.43º 0.62% 0.58% -
XYZ 16.39 10.23 15.58 -
YUV 89.55 138.98 169.69 -
System Red Green Blue C M Y K H S L
Decimal 148 56 109 0 0.62 0.26 0.42 325.43 0.45 0.4
Hex 94 38 6D 0 3E 1A 2A 145 2D 28
Octal 224 70 155 0 76 32 52 505 55 50
Binary 10010100 111000 1101101 0 111110 11010 101010 101000101 101101 101000

Color Harmonies of #94386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94386D

Black with #94386D

Text Example


Text Example

White with #94386D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94386D; }

 p { color: rgb(148,56,109); }

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

background-color css

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

 a { background-color: rgb(148,56,109); }

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

border-color css

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

 span { border-color: rgb(148,56,109); }

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