Html Css Color HEX #651246 Pompadour

📋 copy color: '#651246'

red 101 ◦ green 18 ◦ blue 70

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

Shades of Pompadour #651246

Tints of Pompadour #651246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 37.04%

R = 53.44%
G = 9.52%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.60

RGB Variations

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

Color information

#651246 (or 0x651246) is known color: Pompadour. HEX triplet: 65, 12 and 46. RGB value is (101,18,70). Sum of RGB (Red+Green+Blue) = 101+18+70=189 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.44% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 101 - color contains mainly: red. Hex color #651246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651246 is #9AEDB9. Grayscale: #303030. Windows color (decimal): -10153402 or 4592229. OLE color: 4592229.

HSL color Cylindrical-coordinate representation of color #651246: hue angle of 322.41º 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 #651246 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 18 70 -
CMYK 0 0.82 0.31 0.60
HSL 322.41º 0.7% 0.23% -
HSV(B) 322.41º 0.82% 0.4% -
XYZ 6.69 3.64 6.14 -
YUV 48.75 140 165.27 -
System Red Green Blue C M Y K H S L
Decimal 101 18 70 0 0.82 0.31 0.60 322.41 0.7 0.23
Hex 65 12 46 0 52 1F 3C 142 46 17
Octal 145 22 106 0 122 37 74 502 106 27
Binary 1100101 10010 1000110 0 1010010 11111 111100 101000010 1000110 10111

Color Harmonies of #651246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651246

Black with #651246

Text Example


Text Example

White with #651246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651246; }

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

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

background-color css

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

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

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

border-color css

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

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

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