Html Css Color HEX #974378 Rouge

📋 copy color: '#974378'

red 151 ◦ green 67 ◦ blue 120

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

Shades of Rouge #974378

Tints of Rouge #974378

RGB

 RED value IS 151 (59.38% from 255) = 44.67%

 GREEN value IS 67 (26.56% from 255) = 19.82%

 BLUE value IS 120 (47.27% from 255) = 35.5%

R = 44.67%
G = 19.82%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#974378 (or 0x974378) is known color: Rouge. HEX triplet: 97, 43 and 78. RGB value is (151,67,120). Sum of RGB (Red+Green+Blue) = 151+67+120=338 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.67% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 151 - color contains mainly: red. Hex color #974378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974378 is #68BC87. Grayscale: #626262. Windows color (decimal): -6864008 or 7881623. OLE color: 7881623.

HSL color Cylindrical-coordinate representation of color #974378: hue angle of 322.14º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #974378 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 67 120 -
CMYK 0 0.56 0.21 0.41
HSL 322.14º 0.39% 0.43% -
HSV(B) 322.14º 0.56% 0.59% -
XYZ 18.16 11.95 19.12 -
YUV 98.16 140.33 165.69 -
System Red Green Blue C M Y K H S L
Decimal 151 67 120 0 0.56 0.21 0.41 322.14 0.39 0.43
Hex 97 43 78 0 38 15 29 142 27 2B
Octal 227 103 170 0 70 25 51 502 47 53
Binary 10010111 1000011 1111000 0 111000 10101 101001 101000010 100111 101011

Color Harmonies of #974378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974378

Black with #974378

Text Example


Text Example

White with #974378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974378; }

 p { color: rgb(151,67,120); }

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

background-color css

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

 a { background-color: rgb(151,67,120); }

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

border-color css

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

 span { border-color: rgb(151,67,120); }

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