Html Css Color HEX #661237 Pompadour

📋 copy color: '#661237'

red 102 ◦ green 18 ◦ blue 55

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

Shades of Pompadour #661237

Tints of Pompadour #661237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.29%

 BLUE value IS 55 (21.88% from 255) = 31.43%

R = 58.29%
G = 10.29%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.6

RGB Variations

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

Color information

#661237 (or 0x661237) is known color: Pompadour. HEX triplet: 66, 12 and 37. RGB value is (102,18,55). Sum of RGB (Red+Green+Blue) = 102+18+55=175 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.29% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 55 (21.88% from 255 or 31.43% from 175); Max value from RGB is 102 - color contains mainly: red. Hex color #661237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661237 is #99EDC8. Grayscale: #2F2F2F. Windows color (decimal): -10087881 or 3609190. OLE color: 3609190.

HSL color Cylindrical-coordinate representation of color #661237: hue angle of 333.57º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #661237 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 18 55 -
CMYK 0 0.82 0.46 0.6
HSL 333.57º 0.7% 0.24% -
HSV(B) 333.57º 0.82% 0.4% -
XYZ 6.39 3.53 3.96 -
YUV 47.33 132.33 166.99 -
System Red Green Blue C M Y K H S L
Decimal 102 18 55 0 0.82 0.46 0.6 333.57 0.7 0.24
Hex 66 12 37 0 52 2E 3C 14E 46 18
Octal 146 22 67 0 122 56 74 516 106 30
Binary 1100110 10010 110111 0 1010010 101110 111100 101001110 1000110 11000

Color Harmonies of #661237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661237

Black with #661237

Text Example


Text Example

White with #661237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661237; }

 p { color: rgb(102,18,55); }

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

background-color css

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

 a { background-color: rgb(102,18,55); }

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

border-color css

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

 span { border-color: rgb(102,18,55); }

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