Html Css Color HEX #661348 Pompadour

📋 copy color: '#661348'

red 102 ◦ green 19 ◦ blue 72

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

Shades of Pompadour #661348

Tints of Pompadour #661348

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.84%

 BLUE value IS 72 (28.52% from 255) = 37.31%

R = 52.85%
G = 9.84%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.6

RGB Variations

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

Color information

#661348 (or 0x661348) is known color: Pompadour. HEX triplet: 66, 13 and 48. RGB value is (102,19,72). Sum of RGB (Red+Green+Blue) = 102+19+72=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #661348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661348 is #99ECB7. Grayscale: #313131. Windows color (decimal): -10087608 or 4723558. OLE color: 4723558.

HSL color Cylindrical-coordinate representation of color #661348: hue angle of 321.69º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #661348 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 19 72 -
CMYK 0 0.81 0.29 0.6
HSL 321.69º 0.69% 0.24% -
HSV(B) 321.69º 0.81% 0.4% -
XYZ 6.88 3.76 6.49 -
YUV 49.86 140.5 165.19 -
System Red Green Blue C M Y K H S L
Decimal 102 19 72 0 0.81 0.29 0.6 321.69 0.69 0.24
Hex 66 13 48 0 51 1D 3C 142 45 18
Octal 146 23 110 0 121 35 74 502 105 30
Binary 1100110 10011 1001000 0 1010001 11101 111100 101000010 1000101 11000

Color Harmonies of #661348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661348

Black with #661348

Text Example


Text Example

White with #661348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661348; }

 p { color: rgb(102,19,72); }

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

background-color css

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

 a { background-color: rgb(102,19,72); }

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

border-color css

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

 span { border-color: rgb(102,19,72); }

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