Html Css Color HEX #68244C Pompadour

📋 copy color: '#68244C'

red 104 ◦ green 36 ◦ blue 76

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

Shades of Pompadour #68244C

Tints of Pompadour #68244C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.67%

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

R = 48.15%
G = 16.67%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#68244C (or 0x68244C) is known color: Pompadour. HEX triplet: 68, 24 and 4C. RGB value is (104,36,76). Sum of RGB (Red+Green+Blue) = 104+36+76=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #68244C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68244C is #97DBB3. Grayscale: #3C3C3C. Windows color (decimal): -9952180 or 4990056. OLE color: 4990056.

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

Color convert

RGB 104 36 76 -
CMYK 0 0.65 0.27 0.59
HSL 324.71º 0.49% 0.27% -
HSV(B) 324.71º 0.65% 0.41% -
XYZ 7.64 4.73 7.35 -
YUV 60.89 136.53 158.75 -
System Red Green Blue C M Y K H S L
Decimal 104 36 76 0 0.65 0.27 0.59 324.71 0.49 0.27
Hex 68 24 4C 0 41 1B 3B 145 31 1B
Octal 150 44 114 0 101 33 73 505 61 33
Binary 1101000 100100 1001100 0 1000001 11011 111011 101000101 110001 11011

Color Harmonies of #68244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68244C

Black with #68244C

Text Example


Text Example

White with #68244C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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