Html Css Color HEX #651240 Pompadour

📋 copy color: '#651240'

red 101 ◦ green 18 ◦ blue 64

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

Shades of Pompadour #651240

Tints of Pompadour #651240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.84%

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

R = 55.19%
G = 9.84%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.60

RGB Variations

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

Color information

#651240 (or 0x651240) is known color: Pompadour. HEX triplet: 65, 12 and 40. RGB value is (101,18,64). Sum of RGB (Red+Green+Blue) = 101+18+64=183 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.19% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 101 - color contains mainly: red. Hex color #651240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651240 is #9AEDBF. Grayscale: #2F2F2F. Windows color (decimal): -10153408 or 4199013. OLE color: 4199013.

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

Color convert

RGB 101 18 64 -
CMYK 0 0.82 0.37 0.60
HSL 326.75º 0.7% 0.23% -
HSV(B) 326.75º 0.82% 0.4% -
XYZ 6.51 3.57 5.2 -
YUV 48.06 137 165.76 -
System Red Green Blue C M Y K H S L
Decimal 101 18 64 0 0.82 0.37 0.60 326.75 0.7 0.23
Hex 65 12 40 0 52 25 3C 147 46 17
Octal 145 22 100 0 122 45 74 507 106 27
Binary 1100101 10010 1000000 0 1010010 100101 111100 101000111 1000110 10111

Color Harmonies of #651240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651240

Black with #651240

Text Example


Text Example

White with #651240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651240; }

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

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

background-color css

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

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

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

border-color css

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

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

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