Html Css Color HEX #641250 Pompadour

📋 copy color: '#641250'

red 100 ◦ green 18 ◦ blue 80

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

Shades of Pompadour #641250

Tints of Pompadour #641250

RGB

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

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

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

R = 50.51%
G = 9.09%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.2

 K value IS 0.61

RGB Variations

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

Color information

#641250 (or 0x641250) is known color: Pompadour. HEX triplet: 64, 12 and 50. RGB value is (100,18,80). Sum of RGB (Red+Green+Blue) = 100+18+80=198 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.51% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 100 - color contains mainly: red. Hex color #641250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641250 is #9BEDAF. Grayscale: #313131. Windows color (decimal): -10218928 or 5247588. OLE color: 5247588.

HSL color Cylindrical-coordinate representation of color #641250: hue angle of 314.63º 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 #641250 is Cyan = 0, Magento = 0.82, Yellow = 0.2 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 18 80 -
CMYK 0 0.82 0.2 0.61
HSL 314.63º 0.69% 0.23% -
HSV(B) 314.63º 0.82% 0.39% -
XYZ 6.92 3.72 7.94 -
YUV 49.59 145.17 163.96 -
System Red Green Blue C M Y K H S L
Decimal 100 18 80 0 0.82 0.2 0.61 314.63 0.69 0.23
Hex 64 12 50 0 52 14 3D 13B 45 17
Octal 144 22 120 0 122 24 75 473 105 27
Binary 1100100 10010 1010000 0 1010010 10100 111101 100111011 1000101 10111

Color Harmonies of #641250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641250

Black with #641250

Text Example


Text Example

White with #641250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641250; }

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

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

background-color css

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

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

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

border-color css

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

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

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