Html Css Color HEX #66213C Pompadour

📋 copy color: '#66213C'

red 102 ◦ green 33 ◦ blue 60

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

Shades of Pompadour #66213C

Tints of Pompadour #66213C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.92%

 BLUE value IS 60 (23.83% from 255) = 30.77%

R = 52.31%
G = 16.92%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.6

RGB Variations

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

Color information

#66213C (or 0x66213C) is known color: Pompadour. HEX triplet: 66, 21 and 3C. RGB value is (102,33,60). Sum of RGB (Red+Green+Blue) = 102+33+60=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #66213C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66213C is #99DEC3. Grayscale: #383838. Windows color (decimal): -10084036 or 3940710. OLE color: 3940710.

HSL color Cylindrical-coordinate representation of color #66213C: hue angle of 336.52º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #66213C is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 33 60 -
CMYK 0 0.68 0.41 0.6
HSL 336.52º 0.51% 0.26% -
HSV(B) 336.52º 0.68% 0.4% -
XYZ 6.84 4.24 4.73 -
YUV 56.71 129.86 160.3 -
System Red Green Blue C M Y K H S L
Decimal 102 33 60 0 0.68 0.41 0.6 336.52 0.51 0.26
Hex 66 21 3C 0 44 29 3C 151 33 1A
Octal 146 41 74 0 104 51 74 521 63 32
Binary 1100110 100001 111100 0 1000100 101001 111100 101010001 110011 11010

Color Harmonies of #66213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66213C

Black with #66213C

Text Example


Text Example

White with #66213C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,33,60); }

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

background-color css

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

 a { background-color: rgb(102,33,60); }

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

border-color css

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

 span { border-color: rgb(102,33,60); }

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