Html Css Color HEX #66224B Pompadour

📋 copy color: '#66224B'

red 102 ◦ green 34 ◦ blue 75

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

Shades of Pompadour #66224B

Tints of Pompadour #66224B

RGB

 RED value IS 102 (40.23% from 255) = 48.34%

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

 BLUE value IS 75 (29.69% from 255) = 35.55%

R = 48.34%
G = 16.11%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.6

RGB Variations

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

Color information

#66224B (or 0x66224B) is known color: Pompadour. HEX triplet: 66, 22 and 4B. RGB value is (102,34,75). Sum of RGB (Red+Green+Blue) = 102+34+75=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #66224B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66224B is #99DDB4. Grayscale: #3A3A3A. Windows color (decimal): -10083765 or 4924006. OLE color: 4924006.

HSL color Cylindrical-coordinate representation of color #66224B: hue angle of 323.82º 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 #66224B is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 34 75 -
CMYK 0 0.67 0.26 0.6
HSL 323.82º 0.5% 0.27% -
HSV(B) 323.82º 0.67% 0.4% -
XYZ 7.32 4.48 7.13 -
YUV 59.01 137.03 158.67 -
System Red Green Blue C M Y K H S L
Decimal 102 34 75 0 0.67 0.26 0.6 323.82 0.5 0.27
Hex 66 22 4B 0 43 1A 3C 144 32 1B
Octal 146 42 113 0 103 32 74 504 62 33
Binary 1100110 100010 1001011 0 1000011 11010 111100 101000100 110010 11011

Color Harmonies of #66224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66224B

Black with #66224B

Text Example


Text Example

White with #66224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66224B; }

 p { color: rgb(102,34,75); }

 H1.HeaderClassName
 {
   color: #66224B;
 }
 .AnyTagClassName
 {
   color: #66224B;
 }
</style>

background-color css

<style>
 a { background-color: #66224B; }

 a { background-color: rgb(102,34,75); }

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

border-color css

<style>
 span { border-color: #66224B; }

 span { border-color: rgb(102,34,75); }

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