Html Css Color HEX #641450 Pompadour

📋 copy color: '#641450'

red 100 ◦ green 20 ◦ blue 80

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

Shades of Pompadour #641450

Tints of Pompadour #641450

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10%

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

R = 50%
G = 10%
B = 40%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.2

 K value IS 0.61

RGB Variations

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

Color information

#641450 (or 0x641450) is known color: Pompadour. HEX triplet: 64, 14 and 50. RGB value is (100,20,80). Sum of RGB (Red+Green+Blue) = 100+20+80=200 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 100 - color contains mainly: red. Hex color #641450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641450 is #9BEBAF. Grayscale: #323232. Windows color (decimal): -10218416 or 5248100. OLE color: 5248100.

HSL color Cylindrical-coordinate representation of color #641450: hue angle of 315º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #641450 is Cyan = 0, Magento = 0.8, Yellow = 0.2 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 20 80 -
CMYK 0 0.8 0.2 0.61
HSL 315º 0.67% 0.24% -
HSV(B) 315º 0.8% 0.39% -
XYZ 6.95 3.79 7.95 -
YUV 50.76 144.5 163.12 -
System Red Green Blue C M Y K H S L
Decimal 100 20 80 0 0.8 0.2 0.61 315 0.67 0.24
Hex 64 14 50 0 50 14 3D 13B 43 18
Octal 144 24 120 0 120 24 75 473 103 30
Binary 1100100 10100 1010000 0 1010000 10100 111101 100111011 1000011 11000

Color Harmonies of #641450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641450

Black with #641450

Text Example


Text Example

White with #641450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641450; }

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

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

background-color css

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

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

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

border-color css

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

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

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