Html Css Color HEX #662343 Pompadour

📋 copy color: '#662343'

red 102 ◦ green 35 ◦ blue 67

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

Shades of Pompadour #662343

Tints of Pompadour #662343

RGB

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

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

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

R = 50%
G = 17.16%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.6

RGB Variations

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

Color information

#662343 (or 0x662343) is known color: Pompadour. HEX triplet: 66, 23 and 43. RGB value is (102,35,67). Sum of RGB (Red+Green+Blue) = 102+35+67=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 67 (26.56% from 255 or 32.84% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #662343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662343 is #99DCBC. Grayscale: #3A3A3A. Windows color (decimal): -10083517 or 4399974. OLE color: 4399974.

HSL color Cylindrical-coordinate representation of color #662343: hue angle of 331.34º 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 #662343 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 35 67 -
CMYK 0 0.66 0.34 0.6
HSL 331.34º 0.49% 0.27% -
HSV(B) 331.34º 0.66% 0.4% -
XYZ 7.09 4.43 5.79 -
YUV 58.68 132.7 158.9 -
System Red Green Blue C M Y K H S L
Decimal 102 35 67 0 0.66 0.34 0.6 331.34 0.49 0.27
Hex 66 23 43 0 42 22 3C 14B 31 1B
Octal 146 43 103 0 102 42 74 513 61 33
Binary 1100110 100011 1000011 0 1000010 100010 111100 101001011 110001 11011

Color Harmonies of #662343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662343

Black with #662343

Text Example


Text Example

White with #662343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662343; }

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

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

background-color css

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

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

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

border-color css

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

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

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