Html Css Color HEX #661850 Pompadour

📋 copy color: '#661850'

red 102 ◦ green 24 ◦ blue 80

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

Shades of Pompadour #661850

Tints of Pompadour #661850

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.65%

 BLUE value IS 80 (31.64% from 255) = 38.83%

R = 49.51%
G = 11.65%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#661850 (or 0x661850) is known color: Pompadour. HEX triplet: 66, 18 and 50. RGB value is (102,24,80). Sum of RGB (Red+Green+Blue) = 102+24+80=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #661850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661850 is #99E7AF. Grayscale: #353535. Windows color (decimal): -10086320 or 5249126. OLE color: 5249126.

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

Color convert

RGB 102 24 80 -
CMYK 0 0.76 0.22 0.6
HSL 316.92º 0.62% 0.25% -
HSV(B) 316.92º 0.76% 0.4% -
XYZ 7.25 4.06 7.99 -
YUV 53.71 142.84 162.45 -
System Red Green Blue C M Y K H S L
Decimal 102 24 80 0 0.76 0.22 0.6 316.92 0.62 0.25
Hex 66 18 50 0 4C 16 3C 13D 3E 19
Octal 146 30 120 0 114 26 74 475 76 31
Binary 1100110 11000 1010000 0 1001100 10110 111100 100111101 111110 11001

Color Harmonies of #661850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661850

Black with #661850

Text Example


Text Example

White with #661850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661850; }

 p { color: rgb(102,24,80); }

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

background-color css

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

 a { background-color: rgb(102,24,80); }

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

border-color css

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

 span { border-color: rgb(102,24,80); }

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