Html Css Color HEX #641537 Pompadour

📋 copy color: '#641537'

red 100 ◦ green 21 ◦ blue 55

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

Shades of Pompadour #641537

Tints of Pompadour #641537

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.93%

 BLUE value IS 55 (21.88% from 255) = 31.25%

R = 56.82%
G = 11.93%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.61

RGB Variations

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

Color information

#641537 (or 0x641537) is known color: Pompadour. HEX triplet: 64, 15 and 37. RGB value is (100,21,55). Sum of RGB (Red+Green+Blue) = 100+21+55=176 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.82% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 55 (21.88% from 255 or 31.25% from 176); Max value from RGB is 100 - color contains mainly: red. Hex color #641537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641537 is #9BEAC8. Grayscale: #303030. Windows color (decimal): -10218185 or 3609956. OLE color: 3609956.

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

Color convert

RGB 100 21 55 -
CMYK 0 0.79 0.45 0.61
HSL 334.18º 0.65% 0.24% -
HSV(B) 334.18º 0.79% 0.39% -
XYZ 6.21 3.52 3.97 -
YUV 48.5 131.67 164.74 -
System Red Green Blue C M Y K H S L
Decimal 100 21 55 0 0.79 0.45 0.61 334.18 0.65 0.24
Hex 64 15 37 0 4F 2D 3D 14E 41 18
Octal 144 25 67 0 117 55 75 516 101 30
Binary 1100100 10101 110111 0 1001111 101101 111101 101001110 1000001 11000

Color Harmonies of #641537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641537

Black with #641537

Text Example


Text Example

White with #641537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641537; }

 p { color: rgb(100,21,55); }

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

background-color css

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

 a { background-color: rgb(100,21,55); }

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

border-color css

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

 span { border-color: rgb(100,21,55); }

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