Html Css Color HEX #662349 Pompadour

📋 copy color: '#662349'

red 102 ◦ green 35 ◦ blue 73

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

Shades of Pompadour #662349

Tints of Pompadour #662349

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.67%

 BLUE value IS 73 (28.91% from 255) = 34.76%

R = 48.57%
G = 16.67%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.6

RGB Variations

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

Color information

#662349 (or 0x662349) is known color: Pompadour. HEX triplet: 66, 23 and 49. RGB value is (102,35,73). Sum of RGB (Red+Green+Blue) = 102+35+73=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 102 - color contains mainly: red. Hex color #662349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662349 is #99DCB6. Grayscale: #3B3B3B. Windows color (decimal): -10083511 or 4793190. OLE color: 4793190.

HSL color Cylindrical-coordinate representation of color #662349: hue angle of 325.97º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #662349 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 35 73 -
CMYK 0 0.66 0.28 0.6
HSL 325.97º 0.49% 0.27% -
HSV(B) 325.97º 0.66% 0.4% -
XYZ 7.28 4.51 6.79 -
YUV 59.37 135.7 158.41 -
System Red Green Blue C M Y K H S L
Decimal 102 35 73 0 0.66 0.28 0.6 325.97 0.49 0.27
Hex 66 23 49 0 42 1C 3C 146 31 1B
Octal 146 43 111 0 102 34 74 506 61 33
Binary 1100110 100011 1001001 0 1000010 11100 111100 101000110 110001 11011

Color Harmonies of #662349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662349

Black with #662349

Text Example


Text Example

White with #662349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662349; }

 p { color: rgb(102,35,73); }

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

background-color css

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

 a { background-color: rgb(102,35,73); }

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

border-color css

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

 span { border-color: rgb(102,35,73); }

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