Html Css Color HEX #641741 Pompadour

📋 copy color: '#641741'

red 100 ◦ green 23 ◦ blue 65

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

Shades of Pompadour #641741

Tints of Pompadour #641741

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.23%

 BLUE value IS 65 (25.78% from 255) = 34.57%

R = 53.19%
G = 12.23%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#641741 (or 0x641741) is known color: Pompadour. HEX triplet: 64, 17 and 41. RGB value is (100,23,65). Sum of RGB (Red+Green+Blue) = 100+23+65=188 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.19% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 100 - color contains mainly: red. Hex color #641741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641741 is #9BE8BE. Grayscale: #323232. Windows color (decimal): -10217663 or 4265828. OLE color: 4265828.

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

Color convert

RGB 100 23 65 -
CMYK 0 0.77 0.35 0.61
HSL 327.27º 0.63% 0.24% -
HSV(B) 327.27º 0.77% 0.39% -
XYZ 6.52 3.7 5.37 -
YUV 50.81 136.01 163.08 -
System Red Green Blue C M Y K H S L
Decimal 100 23 65 0 0.77 0.35 0.61 327.27 0.63 0.24
Hex 64 17 41 0 4D 23 3D 147 3F 18
Octal 144 27 101 0 115 43 75 507 77 30
Binary 1100100 10111 1000001 0 1001101 100011 111101 101000111 111111 11000

Color Harmonies of #641741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641741

Black with #641741

Text Example


Text Example

White with #641741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641741; }

 p { color: rgb(100,23,65); }

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

background-color css

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

 a { background-color: rgb(100,23,65); }

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

border-color css

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

 span { border-color: rgb(100,23,65); }

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