Html Css Color HEX #662741 Pompadour

📋 copy color: '#662741'

red 102 ◦ green 39 ◦ blue 65

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

Shades of Pompadour #662741

Tints of Pompadour #662741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.93%

 BLUE value IS 65 (25.78% from 255) = 31.55%

R = 49.51%
G = 18.93%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#662741 (or 0x662741) is known color: Pompadour. HEX triplet: 66, 27 and 41. RGB value is (102,39,65). Sum of RGB (Red+Green+Blue) = 102+39+65=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #662741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662741 is #99D8BE. Grayscale: #3C3C3C. Windows color (decimal): -10082495 or 4269926. OLE color: 4269926.

HSL color Cylindrical-coordinate representation of color #662741: hue angle of 335.24º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #662741 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 39 65 -
CMYK 0 0.62 0.36 0.6
HSL 335.24º 0.45% 0.28% -
HSV(B) 335.24º 0.62% 0.4% -
XYZ 7.16 4.66 5.52 -
YUV 60.8 130.37 157.39 -
System Red Green Blue C M Y K H S L
Decimal 102 39 65 0 0.62 0.36 0.6 335.24 0.45 0.28
Hex 66 27 41 0 3E 24 3C 14F 2D 1C
Octal 146 47 101 0 76 44 74 517 55 34
Binary 1100110 100111 1000001 0 111110 100100 111100 101001111 101101 11100

Color Harmonies of #662741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662741

Black with #662741

Text Example


Text Example

White with #662741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662741; }

 p { color: rgb(102,39,65); }

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

background-color css

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

 a { background-color: rgb(102,39,65); }

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

border-color css

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

 span { border-color: rgb(102,39,65); }

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