Html Css Color HEX #662340 Pompadour

📋 copy color: '#662340'

red 102 ◦ green 35 ◦ blue 64

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

Shades of Pompadour #662340

Tints of Pompadour #662340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 31.84%

R = 50.75%
G = 17.41%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#662340 (or 0x662340) is known color: Pompadour. HEX triplet: 66, 23 and 40. RGB value is (102,35,64). Sum of RGB (Red+Green+Blue) = 102+35+64=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #662340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662340 is #99DCBF. Grayscale: #3A3A3A. Windows color (decimal): -10083520 or 4203366. OLE color: 4203366.

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

Color convert

RGB 102 35 64 -
CMYK 0 0.66 0.37 0.6
HSL 334.03º 0.49% 0.27% -
HSV(B) 334.03º 0.66% 0.4% -
XYZ 7.01 4.4 5.33 -
YUV 58.34 131.2 159.14 -
System Red Green Blue C M Y K H S L
Decimal 102 35 64 0 0.66 0.37 0.6 334.03 0.49 0.27
Hex 66 23 40 0 42 25 3C 14E 31 1B
Octal 146 43 100 0 102 45 74 516 61 33
Binary 1100110 100011 1000000 0 1000010 100101 111100 101001110 110001 11011

Color Harmonies of #662340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662340

Black with #662340

Text Example


Text Example

White with #662340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662340; }

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

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

background-color css

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

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

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

border-color css

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

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

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