Html Css Color HEX #66114B Pompadour

📋 copy color: '#66114B'

red 102 ◦ green 17 ◦ blue 75

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

Shades of Pompadour #66114B

Tints of Pompadour #66114B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.76%

 BLUE value IS 75 (29.69% from 255) = 38.66%

R = 52.58%
G = 8.76%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.6

RGB Variations

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

Color information

#66114B (or 0x66114B) is known color: Pompadour. HEX triplet: 66, 11 and 4B. RGB value is (102,17,75). Sum of RGB (Red+Green+Blue) = 102+17+75=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #66114B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66114B is #99EEB4. Grayscale: #303030. Windows color (decimal): -10088117 or 4919654. OLE color: 4919654.

HSL color Cylindrical-coordinate representation of color #66114B: hue angle of 319.06º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #66114B is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 17 75 -
CMYK 0 0.83 0.26 0.6
HSL 319.06º 0.71% 0.23% -
HSV(B) 319.06º 0.83% 0.4% -
XYZ 6.95 3.73 7.01 -
YUV 49.03 142.66 165.78 -
System Red Green Blue C M Y K H S L
Decimal 102 17 75 0 0.83 0.26 0.6 319.06 0.71 0.23
Hex 66 11 4B 0 53 1A 3C 13F 47 17
Octal 146 21 113 0 123 32 74 477 107 27
Binary 1100110 10001 1001011 0 1010011 11010 111100 100111111 1000111 10111

Color Harmonies of #66114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66114B

Black with #66114B

Text Example


Text Example

White with #66114B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66114B; }

 p { color: rgb(102,17,75); }

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

background-color css

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

 a { background-color: rgb(102,17,75); }

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

border-color css

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

 span { border-color: rgb(102,17,75); }

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