Html Css Color HEX #66274C Pompadour

📋 copy color: '#66274C'

red 102 ◦ green 39 ◦ blue 76

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

Shades of Pompadour #66274C

Tints of Pompadour #66274C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.97%

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

R = 47%
G = 17.97%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#66274C (or 0x66274C) is known color: Pompadour. HEX triplet: 66, 27 and 4C. RGB value is (102,39,76). Sum of RGB (Red+Green+Blue) = 102+39+76=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #66274C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66274C is #99D8B3. Grayscale: #3D3D3D. Windows color (decimal): -10082484 or 4990822. OLE color: 4990822.

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

Color convert

RGB 102 39 76 -
CMYK 0 0.62 0.25 0.6
HSL 324.76º 0.45% 0.28% -
HSV(B) 324.76º 0.62% 0.4% -
XYZ 7.51 4.8 7.37 -
YUV 62.06 135.87 156.49 -
System Red Green Blue C M Y K H S L
Decimal 102 39 76 0 0.62 0.25 0.6 324.76 0.45 0.28
Hex 66 27 4C 0 3E 19 3C 145 2D 1C
Octal 146 47 114 0 76 31 74 505 55 34
Binary 1100110 100111 1001100 0 111110 11001 111100 101000101 101101 11100

Color Harmonies of #66274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66274C

Black with #66274C

Text Example


Text Example

White with #66274C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,39,76); }

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

background-color css

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

 a { background-color: rgb(102,39,76); }

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

border-color css

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

 span { border-color: rgb(102,39,76); }

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