Html Css Color HEX #68224C Pompadour

📋 copy color: '#68224C'

red 104 ◦ green 34 ◦ blue 76

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

Shades of Pompadour #68224C

Tints of Pompadour #68224C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.89%

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

R = 48.6%
G = 15.89%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#68224C (or 0x68224C) is known color: Pompadour. HEX triplet: 68, 22 and 4C. RGB value is (104,34,76). Sum of RGB (Red+Green+Blue) = 104+34+76=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #68224C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68224C is #97DDB3. Grayscale: #3B3B3B. Windows color (decimal): -9952692 or 4989544. OLE color: 4989544.

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

Color convert

RGB 104 34 76 -
CMYK 0 0.67 0.27 0.59
HSL 324º 0.51% 0.27% -
HSV(B) 324º 0.67% 0.41% -
XYZ 7.59 4.61 7.33 -
YUV 59.72 137.19 159.58 -
System Red Green Blue C M Y K H S L
Decimal 104 34 76 0 0.67 0.27 0.59 324 0.51 0.27
Hex 68 22 4C 0 43 1B 3B 144 33 1B
Octal 150 42 114 0 103 33 73 504 63 33
Binary 1101000 100010 1001100 0 1000011 11011 111011 101000100 110011 11011

Color Harmonies of #68224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68224C

Black with #68224C

Text Example


Text Example

White with #68224C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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