Html Css Color HEX #66304F Pompadour

📋 copy color: '#66304F'

red 102 ◦ green 48 ◦ blue 79

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

Shades of Pompadour #66304F

Tints of Pompadour #66304F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.96%

 BLUE value IS 79 (31.25% from 255) = 34.5%

R = 44.54%
G = 20.96%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.6

RGB Variations

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

Color information

#66304F (or 0x66304F) is known color: Pompadour. HEX triplet: 66, 30 and 4F. RGB value is (102,48,79). Sum of RGB (Red+Green+Blue) = 102+48+79=229 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.54% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 102 - color contains mainly: red. Hex color #66304F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66304F is #99CFB0. Grayscale: #434343. Windows color (decimal): -10080177 or 5189734. OLE color: 5189734.

HSL color Cylindrical-coordinate representation of color #66304F: hue angle of 325.56º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66304F is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 48 79 -
CMYK 0 0.53 0.23 0.6
HSL 325.56º 0.36% 0.29% -
HSV(B) 325.56º 0.53% 0.4% -
XYZ 7.95 5.5 8.04 -
YUV 67.68 134.39 152.48 -
System Red Green Blue C M Y K H S L
Decimal 102 48 79 0 0.53 0.23 0.6 325.56 0.36 0.29
Hex 66 30 4F 0 35 17 3C 146 24 1D
Octal 146 60 117 0 65 27 74 506 44 35
Binary 1100110 110000 1001111 0 110101 10111 111100 101000110 100100 11101

Color Harmonies of #66304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66304F

Black with #66304F

Text Example


Text Example

White with #66304F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66304F; }

 p { color: rgb(102,48,79); }

 H1.HeaderClassName
 {
   color: #66304F;
 }
 .AnyTagClassName
 {
   color: #66304F;
 }
</style>

background-color css

<style>
 a { background-color: #66304F; }

 a { background-color: rgb(102,48,79); }

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

border-color css

<style>
 span { border-color: #66304F; }

 span { border-color: rgb(102,48,79); }

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