Html Css Color HEX #67294A Pompadour

📋 copy color: '#67294A'

red 103 ◦ green 41 ◦ blue 74

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

Shades of Pompadour #67294A

Tints of Pompadour #67294A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 33.94%

R = 47.25%
G = 18.81%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.60

RGB Variations

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

Color information

#67294A (or 0x67294A) is known color: Pompadour. HEX triplet: 67, 29 and 4A. RGB value is (103,41,74). Sum of RGB (Red+Green+Blue) = 103+41+74=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 103 - color contains mainly: red. Hex color #67294A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67294A is #98D6B5. Grayscale: #3F3F3F. Windows color (decimal): -10016438 or 4860263. OLE color: 4860263.

HSL color Cylindrical-coordinate representation of color #67294A: hue angle of 328.06º 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 #67294A is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 41 74 -
CMYK 0 0.60 0.28 0.60
HSL 328.06º 0.43% 0.28% -
HSV(B) 328.06º 0.6% 0.4% -
XYZ 7.62 4.96 7.03 -
YUV 63.3 134.04 156.32 -
System Red Green Blue C M Y K H S L
Decimal 103 41 74 0 0.60 0.28 0.60 328.06 0.43 0.28
Hex 67 29 4A 0 3C 1C 3C 148 2B 1C
Octal 147 51 112 0 74 34 74 510 53 34
Binary 1100111 101001 1001010 0 111100 11100 111100 101001000 101011 11100

Color Harmonies of #67294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67294A

Black with #67294A

Text Example


Text Example

White with #67294A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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