Html Css Color HEX #662342 Pompadour

📋 copy color: '#662342'

red 102 ◦ green 35 ◦ blue 66

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

Shades of Pompadour #662342

Tints of Pompadour #662342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 32.51%

R = 50.25%
G = 17.24%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#662342 (or 0x662342) is known color: Pompadour. HEX triplet: 66, 23 and 42. RGB value is (102,35,66). Sum of RGB (Red+Green+Blue) = 102+35+66=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #662342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662342 is #99DCBD. Grayscale: #3A3A3A. Windows color (decimal): -10083518 or 4334438. OLE color: 4334438.

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

Color convert

RGB 102 35 66 -
CMYK 0 0.66 0.35 0.6
HSL 332.24º 0.49% 0.27% -
HSV(B) 332.24º 0.66% 0.4% -
XYZ 7.06 4.42 5.64 -
YUV 58.57 132.2 158.98 -
System Red Green Blue C M Y K H S L
Decimal 102 35 66 0 0.66 0.35 0.6 332.24 0.49 0.27
Hex 66 23 42 0 42 23 3C 14C 31 1B
Octal 146 43 102 0 102 43 74 514 61 33
Binary 1100110 100011 1000010 0 1000010 100011 111100 101001100 110001 11011

Color Harmonies of #662342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662342

Black with #662342

Text Example


Text Example

White with #662342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662342; }

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

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

background-color css

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

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

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

border-color css

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

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

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