Html Css Color HEX #74316E Seance

📋 copy color: '#74316E'

red 116 ◦ green 49 ◦ blue 110

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

Shades of Seance #74316E

Tints of Seance #74316E

RGB

 RED value IS 116 (45.7% from 255) = 42.18%

 GREEN value IS 49 (19.53% from 255) = 17.82%

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

R = 42.18%
G = 17.82%
B = 40%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#74316E (or 0x74316E) is known color: Seance. HEX triplet: 74, 31 and 6E. RGB value is (116,49,110). Sum of RGB (Red+Green+Blue) = 116+49+110=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 116 - color contains mainly: red. Hex color #74316E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74316E is #8BCE91. Grayscale: #4B4B4B. Windows color (decimal): -9162386 or 7221620. OLE color: 7221620.

HSL color Cylindrical-coordinate representation of color #74316E: hue angle of 305.37º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74316E is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 49 110 -
CMYK 0 0.58 0.05 0.55
HSL 305.37º 0.41% 0.32% -
HSV(B) 305.37º 0.58% 0.45% -
XYZ 11.12 7.04 15.52 -
YUV 75.99 147.2 156.54 -
System Red Green Blue C M Y K H S L
Decimal 116 49 110 0 0.58 0.05 0.55 305.37 0.41 0.32
Hex 74 31 6E 0 3A 5 37 131 29 20
Octal 164 61 156 0 72 5 67 461 51 40
Binary 1110100 110001 1101110 0 111010 101 110111 100110001 101001 100000

Color Harmonies of #74316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74316E

Black with #74316E

Text Example


Text Example

White with #74316E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,49,110); }

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

background-color css

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

 a { background-color: rgb(116,49,110); }

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

border-color css

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

 span { border-color: rgb(116,49,110); }

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