Html Css Color HEX #641246 Pompadour

📋 copy color: '#641246'

red 100 ◦ green 18 ◦ blue 70

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

Shades of Pompadour #641246

Tints of Pompadour #641246

RGB

 RED value IS 100 (39.45% from 255) = 53.19%

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

 BLUE value IS 70 (27.73% from 255) = 37.23%

R = 53.19%
G = 9.57%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#641246 (or 0x641246) is known color: Pompadour. HEX triplet: 64, 12 and 46. RGB value is (100,18,70). Sum of RGB (Red+Green+Blue) = 100+18+70=188 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.19% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 100 - color contains mainly: red. Hex color #641246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641246 is #9BEDB9. Grayscale: #303030. Windows color (decimal): -10218938 or 4592228. OLE color: 4592228.

HSL color Cylindrical-coordinate representation of color #641246: hue angle of 321.95º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #641246 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 18 70 -
CMYK 0 0.82 0.30 0.61
HSL 321.95º 0.69% 0.23% -
HSV(B) 321.95º 0.82% 0.39% -
XYZ 6.58 3.58 6.14 -
YUV 48.45 140.17 164.77 -
System Red Green Blue C M Y K H S L
Decimal 100 18 70 0 0.82 0.30 0.61 321.95 0.69 0.23
Hex 64 12 46 0 52 1E 3D 142 45 17
Octal 144 22 106 0 122 36 75 502 105 27
Binary 1100100 10010 1000110 0 1010010 11110 111101 101000010 1000101 10111

Color Harmonies of #641246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641246

Black with #641246

Text Example


Text Example

White with #641246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641246; }

 p { color: rgb(100,18,70); }

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

background-color css

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

 a { background-color: rgb(100,18,70); }

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

border-color css

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

 span { border-color: rgb(100,18,70); }

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