Html Css Color HEX #651640 Pompadour

📋 copy color: '#651640'

red 101 ◦ green 22 ◦ blue 64

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

Shades of Pompadour #651640

Tints of Pompadour #651640

RGB

 RED value IS 101 (39.84% from 255) = 54.01%

 GREEN value IS 22 (8.98% from 255) = 11.76%

 BLUE value IS 64 (25.39% from 255) = 34.22%

R = 54.01%
G = 11.76%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.60

RGB Variations

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

Color information

#651640 (or 0x651640) is known color: Pompadour. HEX triplet: 65, 16 and 40. RGB value is (101,22,64). Sum of RGB (Red+Green+Blue) = 101+22+64=187 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.01% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 101 - color contains mainly: red. Hex color #651640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651640 is #9AE9BF. Grayscale: #323232. Windows color (decimal): -10152384 or 4200037. OLE color: 4200037.

HSL color Cylindrical-coordinate representation of color #651640: hue angle of 328.1º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #651640 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 22 64 -
CMYK 0 0.78 0.37 0.60
HSL 328.1º 0.64% 0.24% -
HSV(B) 328.1º 0.78% 0.4% -
XYZ 6.58 3.71 5.22 -
YUV 50.41 135.67 164.08 -
System Red Green Blue C M Y K H S L
Decimal 101 22 64 0 0.78 0.37 0.60 328.1 0.64 0.24
Hex 65 16 40 0 4E 25 3C 148 40 18
Octal 145 26 100 0 116 45 74 510 100 30
Binary 1100101 10110 1000000 0 1001110 100101 111100 101001000 1000000 11000

Color Harmonies of #651640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651640

Black with #651640

Text Example


Text Example

White with #651640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651640; }

 p { color: rgb(101,22,64); }

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

background-color css

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

 a { background-color: rgb(101,22,64); }

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

border-color css

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

 span { border-color: rgb(101,22,64); }

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