Html Css Color HEX #641A48 Pompadour

📋 copy color: '#641A48'

red 100 ◦ green 26 ◦ blue 72

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

Shades of Pompadour #641A48

Tints of Pompadour #641A48

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.13%

 BLUE value IS 72 (28.52% from 255) = 36.36%

R = 50.51%
G = 13.13%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.61

RGB Variations

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

Color information

#641A48 (or 0x641A48) is known color: Pompadour. HEX triplet: 64, 1A and 48. RGB value is (100,26,72). Sum of RGB (Red+Green+Blue) = 100+26+72=198 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.51% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 100 - color contains mainly: red. Hex color #641A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #641A48 is #9BE5B7. Grayscale: #353535. Windows color (decimal): -10216888 or 4725348. OLE color: 4725348.

HSL color Cylindrical-coordinate representation of color #641A48: hue angle of 322.7º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #641A48 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 26 72 -
CMYK 0 0.74 0.28 0.61
HSL 322.7º 0.59% 0.25% -
HSV(B) 322.7º 0.74% 0.39% -
XYZ 6.79 3.92 6.53 -
YUV 53.37 138.52 161.26 -
System Red Green Blue C M Y K H S L
Decimal 100 26 72 0 0.74 0.28 0.61 322.7 0.59 0.25
Hex 64 1A 48 0 4A 1C 3D 143 3B 19
Octal 144 32 110 0 112 34 75 503 73 31
Binary 1100100 11010 1001000 0 1001010 11100 111101 101000011 111011 11001

Color Harmonies of #641A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641A48

Black with #641A48

Text Example


Text Example

White with #641A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641A48; }

 p { color: rgb(100,26,72); }

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

background-color css

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

 a { background-color: rgb(100,26,72); }

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

border-color css

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

 span { border-color: rgb(100,26,72); }

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