Html Css Color HEX #74356D Seance

📋 copy color: '#74356D'

red 116 ◦ green 53 ◦ blue 109

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

Shades of Seance #74356D

Tints of Seance #74356D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.06%

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

R = 41.73%
G = 19.06%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#74356D (or 0x74356D) is known color: Seance. HEX triplet: 74, 35 and 6D. RGB value is (116,53,109). Sum of RGB (Red+Green+Blue) = 116+53+109=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 116 - color contains mainly: red. Hex color #74356D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74356D is #8BCA92. Grayscale: #4E4E4E. Windows color (decimal): -9161363 or 7157108. OLE color: 7157108.

HSL color Cylindrical-coordinate representation of color #74356D: hue angle of 306.67º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74356D is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 53 109 -
CMYK 0 0.54 0.06 0.55
HSL 306.67º 0.37% 0.33% -
HSV(B) 306.67º 0.54% 0.45% -
XYZ 11.24 7.36 15.3 -
YUV 78.22 145.37 154.95 -
System Red Green Blue C M Y K H S L
Decimal 116 53 109 0 0.54 0.06 0.55 306.67 0.37 0.33
Hex 74 35 6D 0 36 6 37 133 25 21
Octal 164 65 155 0 66 6 67 463 45 41
Binary 1110100 110101 1101101 0 110110 110 110111 100110011 100101 100001

Color Harmonies of #74356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74356D

Black with #74356D

Text Example


Text Example

White with #74356D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,53,109); }

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

background-color css

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

 a { background-color: rgb(116,53,109); }

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

border-color css

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

 span { border-color: rgb(116,53,109); }

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