Html Css Color HEX #723271 Seance

📋 copy color: '#723271'

red 114 ◦ green 50 ◦ blue 113

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

Shades of Seance #723271

Tints of Seance #723271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.05%

 BLUE value IS 113 (44.53% from 255) = 40.79%

R = 41.16%
G = 18.05%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#723271 (or 0x723271) is known color: Seance. HEX triplet: 72, 32 and 71. RGB value is (114,50,113). Sum of RGB (Red+Green+Blue) = 114+50+113=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #723271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723271 is #8DCD8E. Grayscale: #4C4C4C. Windows color (decimal): -9293199 or 7418482. OLE color: 7418482.

HSL color Cylindrical-coordinate representation of color #723271: hue angle of 300.94º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #723271 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 50 113 -
CMYK 0 0.56 0.01 0.55
HSL 300.94º 0.39% 0.32% -
HSV(B) 300.94º 0.56% 0.45% -
XYZ 11.06 7.05 16.4 -
YUV 76.32 148.7 154.88 -
System Red Green Blue C M Y K H S L
Decimal 114 50 113 0 0.56 0.01 0.55 300.94 0.39 0.32
Hex 72 32 71 0 38 1 37 12D 27 20
Octal 162 62 161 0 70 1 67 455 47 40
Binary 1110010 110010 1110001 0 111000 1 110111 100101101 100111 100000

Color Harmonies of #723271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723271

Black with #723271

Text Example


Text Example

White with #723271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723271; }

 p { color: rgb(114,50,113); }

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

background-color css

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

 a { background-color: rgb(114,50,113); }

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

border-color css

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

 span { border-color: rgb(114,50,113); }

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