Html Css Color HEX #943970 Rouge

📋 copy color: '#943970'

red 148 ◦ green 57 ◦ blue 112

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

Shades of Rouge #943970

Tints of Rouge #943970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.98%

 BLUE value IS 112 (44.14% from 255) = 35.33%

R = 46.69%
G = 17.98%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#943970 (or 0x943970) is known color: Rouge. HEX triplet: 94, 39 and 70. RGB value is (148,57,112). Sum of RGB (Red+Green+Blue) = 148+57+112=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #943970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943970 is #6BC68F. Grayscale: #5A5A5A. Windows color (decimal): -7063184 or 7354772. OLE color: 7354772.

HSL color Cylindrical-coordinate representation of color #943970: hue angle of 323.74º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #943970 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 57 112 -
CMYK 0 0.61 0.24 0.42
HSL 323.74º 0.44% 0.4% -
HSV(B) 323.74º 0.61% 0.58% -
XYZ 16.6 10.39 16.46 -
YUV 90.48 140.15 169.03 -
System Red Green Blue C M Y K H S L
Decimal 148 57 112 0 0.61 0.24 0.42 323.74 0.44 0.4
Hex 94 39 70 0 3D 18 2A 144 2C 28
Octal 224 71 160 0 75 30 52 504 54 50
Binary 10010100 111001 1110000 0 111101 11000 101010 101000100 101100 101000

Color Harmonies of #943970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943970

Black with #943970

Text Example


Text Example

White with #943970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943970; }

 p { color: rgb(148,57,112); }

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

background-color css

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

 a { background-color: rgb(148,57,112); }

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

border-color css

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

 span { border-color: rgb(148,57,112); }

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