Html Css Color HEX #662243 Pompadour

📋 copy color: '#662243'

red 102 ◦ green 34 ◦ blue 67

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

Shades of Pompadour #662243

Tints of Pompadour #662243

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.75%

 BLUE value IS 67 (26.56% from 255) = 33%

R = 50.25%
G = 16.75%
B = 33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.6

RGB Variations

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

Color information

#662243 (or 0x662243) is known color: Pompadour. HEX triplet: 66, 22 and 43. RGB value is (102,34,67). Sum of RGB (Red+Green+Blue) = 102+34+67=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #662243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662243 is #99DDBC. Grayscale: #3A3A3A. Windows color (decimal): -10083773 or 4399718. OLE color: 4399718.

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

Color convert

RGB 102 34 67 -
CMYK 0 0.67 0.34 0.6
HSL 330.88º 0.5% 0.27% -
HSV(B) 330.88º 0.67% 0.4% -
XYZ 7.06 4.37 5.78 -
YUV 58.09 133.03 159.32 -
System Red Green Blue C M Y K H S L
Decimal 102 34 67 0 0.67 0.34 0.6 330.88 0.5 0.27
Hex 66 22 43 0 43 22 3C 14B 32 1B
Octal 146 42 103 0 103 42 74 513 62 33
Binary 1100110 100010 1000011 0 1000011 100010 111100 101001011 110010 11011

Color Harmonies of #662243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662243

Black with #662243

Text Example


Text Example

White with #662243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662243; }

 p { color: rgb(102,34,67); }

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

background-color css

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

 a { background-color: rgb(102,34,67); }

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

border-color css

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

 span { border-color: rgb(102,34,67); }

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