Html Css Color HEX #67224C Pompadour

📋 copy color: '#67224C'

red 103 ◦ green 34 ◦ blue 76

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

Shades of Pompadour #67224C

Tints of Pompadour #67224C

RGB

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

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

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

R = 48.36%
G = 15.96%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#67224C (or 0x67224C) is known color: Pompadour. HEX triplet: 67, 22 and 4C. RGB value is (103,34,76). Sum of RGB (Red+Green+Blue) = 103+34+76=213 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.36% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 103 - color contains mainly: red. Hex color #67224C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67224C is #98DDB3. Grayscale: #3B3B3B. Windows color (decimal): -10018228 or 4989543. OLE color: 4989543.

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

Color convert

RGB 103 34 76 -
CMYK 0 0.67 0.26 0.60
HSL 323.48º 0.5% 0.27% -
HSV(B) 323.48º 0.67% 0.4% -
XYZ 7.47 4.55 7.32 -
YUV 59.42 137.36 159.08 -
System Red Green Blue C M Y K H S L
Decimal 103 34 76 0 0.67 0.26 0.60 323.48 0.5 0.27
Hex 67 22 4C 0 43 1A 3C 143 32 1B
Octal 147 42 114 0 103 32 74 503 62 33
Binary 1100111 100010 1001100 0 1000011 11010 111100 101000011 110010 11011

Color Harmonies of #67224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67224C

Black with #67224C

Text Example


Text Example

White with #67224C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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