Html Css Color HEX #74366D Seance

📋 copy color: '#74366D'

red 116 ◦ green 54 ◦ blue 109

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

Shades of Seance #74366D

Tints of Seance #74366D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.35%

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

R = 41.58%
G = 19.35%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#74366D (or 0x74366D) is known color: Seance. HEX triplet: 74, 36 and 6D. RGB value is (116,54,109). Sum of RGB (Red+Green+Blue) = 116+54+109=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #74366D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74366D is #8BC992. Grayscale: #4E4E4E. Windows color (decimal): -9161107 or 7157364. OLE color: 7157364.

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

Color convert

RGB 116 54 109 -
CMYK 0 0.53 0.06 0.55
HSL 306.77º 0.36% 0.33% -
HSV(B) 306.77º 0.53% 0.45% -
XYZ 11.28 7.46 15.31 -
YUV 78.81 145.04 154.53 -
System Red Green Blue C M Y K H S L
Decimal 116 54 109 0 0.53 0.06 0.55 306.77 0.36 0.33
Hex 74 36 6D 0 35 6 37 133 24 21
Octal 164 66 155 0 65 6 67 463 44 41
Binary 1110100 110110 1101101 0 110101 110 110111 100110011 100100 100001

Color Harmonies of #74366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74366D

Black with #74366D

Text Example


Text Example

White with #74366D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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