Html Css Color HEX #72366D Seance

📋 copy color: '#72366D'

red 114 ◦ green 54 ◦ blue 109

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

Shades of Seance #72366D

Tints of Seance #72366D

RGB

 RED value IS 114 (44.92% from 255) = 41.16%

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

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

R = 41.16%
G = 19.49%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#72366D (or 0x72366D) is known color: Seance. HEX triplet: 72, 36 and 6D. RGB value is (114,54,109). Sum of RGB (Red+Green+Blue) = 114+54+109=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #72366D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72366D is #8DC992. Grayscale: #4E4E4E. Windows color (decimal): -9292179 or 7157362. OLE color: 7157362.

HSL color Cylindrical-coordinate representation of color #72366D: hue angle of 305º 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 #72366D is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 54 109 -
CMYK 0 0.53 0.04 0.55
HSL 305º 0.36% 0.33% -
HSV(B) 305º 0.53% 0.45% -
XYZ 11.02 7.32 15.3 -
YUV 78.21 145.38 153.53 -
System Red Green Blue C M Y K H S L
Decimal 114 54 109 0 0.53 0.04 0.55 305 0.36 0.33
Hex 72 36 6D 0 35 4 37 131 24 21
Octal 162 66 155 0 65 4 67 461 44 41
Binary 1110010 110110 1101101 0 110101 100 110111 100110001 100100 100001

Color Harmonies of #72366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72366D

Black with #72366D

Text Example


Text Example

White with #72366D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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