Html Css Color HEX #68214C Pompadour

📋 copy color: '#68214C'

red 104 ◦ green 33 ◦ blue 76

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

Shades of Pompadour #68214C

Tints of Pompadour #68214C

RGB

 RED value IS 104 (41.02% from 255) = 48.83%

 GREEN value IS 33 (13.28% from 255) = 15.49%

 BLUE value IS 76 (30.08% from 255) = 35.68%

R = 48.83%
G = 15.49%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#68214C (or 0x68214C) is known color: Pompadour. HEX triplet: 68, 21 and 4C. RGB value is (104,33,76). Sum of RGB (Red+Green+Blue) = 104+33+76=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #68214C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68214C is #97DEB3. Grayscale: #3B3B3B. Windows color (decimal): -9952948 or 4989288. OLE color: 4989288.

HSL color Cylindrical-coordinate representation of color #68214C: hue angle of 323.66º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #68214C is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 33 76 -
CMYK 0 0.68 0.27 0.59
HSL 323.66º 0.52% 0.27% -
HSV(B) 323.66º 0.68% 0.41% -
XYZ 7.56 4.55 7.32 -
YUV 59.13 137.52 160 -
System Red Green Blue C M Y K H S L
Decimal 104 33 76 0 0.68 0.27 0.59 323.66 0.52 0.27
Hex 68 21 4C 0 44 1B 3B 144 34 1B
Octal 150 41 114 0 104 33 73 504 64 33
Binary 1101000 100001 1001100 0 1000100 11011 111011 101000100 110100 11011

Color Harmonies of #68214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68214C

Black with #68214C

Text Example


Text Example

White with #68214C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68214C; }

 p { color: rgb(104,33,76); }

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

background-color css

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

 a { background-color: rgb(104,33,76); }

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

border-color css

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

 span { border-color: rgb(104,33,76); }

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