Html Css Color HEX #67294C Pompadour

📋 copy color: '#67294C'

red 103 ◦ green 41 ◦ blue 76

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

Shades of Pompadour #67294C

Tints of Pompadour #67294C

RGB

 RED value IS 103 (40.63% from 255) = 46.82%

 GREEN value IS 41 (16.41% from 255) = 18.64%

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

R = 46.82%
G = 18.64%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#67294C (or 0x67294C) is known color: Pompadour. HEX triplet: 67, 29 and 4C. RGB value is (103,41,76). Sum of RGB (Red+Green+Blue) = 103+41+76=220 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.82% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 103 - color contains mainly: red. Hex color #67294C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67294C is #98D6B3. Grayscale: #3F3F3F. Windows color (decimal): -10016436 or 4991335. OLE color: 4991335.

HSL color Cylindrical-coordinate representation of color #67294C: hue angle of 326.13º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #67294C is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 41 76 -
CMYK 0 0.60 0.26 0.60
HSL 326.13º 0.43% 0.28% -
HSV(B) 326.13º 0.6% 0.4% -
XYZ 7.69 4.99 7.4 -
YUV 63.53 135.04 156.15 -
System Red Green Blue C M Y K H S L
Decimal 103 41 76 0 0.60 0.26 0.60 326.13 0.43 0.28
Hex 67 29 4C 0 3C 1A 3C 146 2B 1C
Octal 147 51 114 0 74 32 74 506 53 34
Binary 1100111 101001 1001100 0 111100 11010 111100 101000110 101011 11100

Color Harmonies of #67294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67294C

Black with #67294C

Text Example


Text Example

White with #67294C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,41,76); }

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

background-color css

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

 a { background-color: rgb(103,41,76); }

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

border-color css

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

 span { border-color: rgb(103,41,76); }

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